2019-08-27 10:46:46 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
app:title="@string/settings_acknowledgement_master_title"
|
2019-09-29 15:18:45 +02:00
|
|
|
app:fragment="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment" />
|
2019-08-27 10:46:46 +02:00
|
|
|
|
|
|
|
<Preference
|
|
|
|
app:title="@string/settings_credits_master_title"
|
2019-09-29 15:18:45 +02:00
|
|
|
app:fragment="ml.docilealligator.infinityforreddit.Settings.CreditsPreferenceFragment" />
|
2019-08-27 10:46:46 +02:00
|
|
|
|
2019-09-12 12:13:59 +02:00
|
|
|
<Preference
|
|
|
|
android:key="open_source"
|
|
|
|
app:title="@string/settings_open_source_title"
|
|
|
|
app:summary="@string/settings_open_source_summary" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="rate"
|
|
|
|
app:title="@string/settings_rate_title"
|
|
|
|
app:summary="@string/settings_rate_summary" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="email"
|
|
|
|
app:title="@string/settings_email_title"
|
|
|
|
app:summary="@string/settings_email_summary" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="reddit_account"
|
|
|
|
app:title="@string/settings_reddit_account_title"
|
|
|
|
app:summary="@string/settings_reddit_account_summary" />
|
|
|
|
|
2019-09-18 10:01:08 +02:00
|
|
|
<Preference
|
|
|
|
android:key="subreddit"
|
|
|
|
app:title="@string/settings_subreddit_title"
|
|
|
|
app:summary="@string/settings_subreddit_summary" />
|
|
|
|
|
2019-12-19 14:09:58 +01:00
|
|
|
<Preference
|
|
|
|
android:key="share"
|
|
|
|
app:title="@string/settings_share_title"
|
|
|
|
app:summary="@string/settings_share_summary" />
|
|
|
|
|
2019-08-27 10:46:46 +02:00
|
|
|
</PreferenceScreen>
|