move last gpodder sync report up to under sync action
This commit is contained in:
parent
988e53d47d
commit
21a7ef168f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue