diff options
author | Ross Harrison <rtharrison86@gmail.com> | 2015-01-31 23:30:01 -0600 |
---|---|---|
committer | Ross Harrison <rtharrison86@gmail.com> | 2015-01-31 23:30:01 -0600 |
commit | 672c38e20ae5c72ab3527343eb75bbc6a61ec2f2 (patch) | |
tree | d4493a316448afa1735f1f9c92eb674e7fab6045 /app/src/main/res/xml | |
parent | 9659c18d899349d9be1573fb9520defc7d3a19cd (diff) | |
download | AntennaPod-672c38e20ae5c72ab3527343eb75bbc6a61ec2f2.zip |
added preference, need to work into database
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 5175acdcb..88feccc4d 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -93,6 +93,18 @@ </PreferenceScreen> </PreferenceCategory> + + + <PreferenceCategory android:title="@string/queue_label"> + <CheckBoxPreference + android:defaultValue="false" + android:enabled="true" + android:key="prefQueueAddToFront" + android:summary="@string/pref_queueAddToFront_sum" + android:title="@string/pref_queueAddToFront_title"/> + /> + </PreferenceCategory> + <PreferenceCategory android:title="@string/services_label"> <PreferenceScreen android:key="prefFlattrSettings" |