summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_playback.xml
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-10-29 10:47:57 -0700
committerorionlee <orionlee@yahoo.com>2019-11-05 12:34:11 -0800
commite233398753d9b2a131d51d6ddf44c06d9e42a05e (patch)
treeae22baa77572301b6b865be2cd097c403fa16015 /app/src/main/res/xml/preferences_playback.xml
parentbddd2bfa2e02577112203044b3653d028cd55cd5 (diff)
downloadAntennaPod-e233398753d9b2a131d51d6ddf44c06d9e42a05e.zip
code style fixes: naming, indentation.
Diffstat (limited to 'app/src/main/res/xml/preferences_playback.xml')
-rw-r--r--app/src/main/res/xml/preferences_playback.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/xml/preferences_playback.xml b/app/src/main/res/xml/preferences_playback.xml
index 254c907c5..b01105376 100644
--- a/app/src/main/res/xml/preferences_playback.xml
+++ b/app/src/main/res/xml/preferences_playback.xml
@@ -91,12 +91,12 @@
android:summary="@string/pref_enqueue_downloaded_summary"
android:title="@string/pref_enqueue_downloaded_title" />
<ListPreference
- android:defaultValue="BACK"
- android:entries="@array/enqueue_location_options"
- android:entryValues="@array/enqueue_location_values"
- android:key="prefEnqueueLocation"
- android:title="@string/pref_enqueue_location_title"
- app:useStockLayout="true"/>
+ android:defaultValue="BACK"
+ android:entries="@array/enqueue_location_options"
+ android:entryValues="@array/enqueue_location_values"
+ android:key="prefEnqueueLocation"
+ android:title="@string/pref_enqueue_location_title"
+ app:useStockLayout="true"/>
<SwitchPreference
android:defaultValue="true"
android:enabled="true"