2017-05-28 02:29:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<Preference android:title="@string/issue_tracker_link"
|
|
|
|
android:summary="@string/issue_tracker_summary"
|
|
|
|
android:key="trackerLink" />
|
|
|
|
|
|
|
|
<Preference android:title="@string/source_code"
|
|
|
|
android:key="sourceLink" />
|
2017-09-16 22:28:20 +02:00
|
|
|
|
|
|
|
<Preference android:title="@string/translation"
|
|
|
|
android:key="translation" />
|
2017-05-28 02:29:42 +02:00
|
|
|
</PreferenceScreen>
|