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:key="pref_gpodnet_sync"
|
||||||
android:title="@string/pref_gpodnet_sync_title"
|
android:title="@string/pref_gpodnet_sync_title"
|
||||||
android:summary="@string/pref_gpodnet_sync_sum"/>
|
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
|
<Preference
|
||||||
android:key="pref_gpodnet_logout"
|
android:key="pref_gpodnet_logout"
|
||||||
android:title="@string/pref_gpodnet_logout_title"/>
|
android:title="@string/pref_gpodnet_logout_title"/>
|
||||||
|
@ -260,11 +265,6 @@
|
||||||
android:title="@string/pref_gpodnet_notifications_title"
|
android:title="@string/pref_gpodnet_notifications_title"
|
||||||
android:summary="@string/pref_gpodnet_notifications_sum"
|
android:summary="@string/pref_gpodnet_notifications_sum"
|
||||||
android:defaultValue="true"/>
|
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>
|
</PreferenceScreen>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="@string/storage_pref">
|
<PreferenceCategory android:title="@string/storage_pref">
|
||||||
|
|
Loading…
Reference in New Issue