diff options
author | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-03 15:00:49 -0400 |
---|---|---|
committer | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-03 15:00:49 -0400 |
commit | 21a7ef168f3777b6cddcca8be817d27911476448 (patch) | |
tree | 77518228213dcd1db3f2123ffdfe1f7f8c0d71cd /app/src/main/res | |
parent | 988e53d47ddb21143fd27c46349893359dd671a2 (diff) | |
download | AntennaPod-21a7ef168f3777b6cddcca8be817d27911476448.zip |
move last gpodder sync report up to under sync action
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index a3b9a5a9e..266f1aadf 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -249,6 +249,11 @@ android:key="pref_gpodnet_sync" android:title="@string/pref_gpodnet_sync_title" android:summary="@string/pref_gpodnet_sync_sum"/> + <Preference android:key="pref_gpodnet_sync_report" + android:title="@string/pref_gpodnet_last_sync_title" + android:selectable="false" + android:enabled="false" + android:shouldDisableView="true"/> <Preference android:key="pref_gpodnet_logout" android:title="@string/pref_gpodnet_logout_title"/> @@ -260,11 +265,6 @@ android:title="@string/pref_gpodnet_notifications_title" android:summary="@string/pref_gpodnet_notifications_sum" android:defaultValue="true"/> - <Preference android:key="pref_gpodnet_sync_report" - android:title="@string/pref_gpodnet_last_sync_title" - android:selectable="false" - android:enabled="false" - android:shouldDisableView="true"/> </PreferenceScreen> </PreferenceCategory> <PreferenceCategory android:title="@string/storage_pref"> |