feat: 优化

pull/277/head
kunfei 5 years ago
parent e7c50cf125
commit d72b63b99a
  1. 9
      app/src/main/res/xml/pref_config_read.xml

@ -2,12 +2,6 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"> xmlns:app="http://schemas.android.com/apk/res-auto">
<io.legado.app.ui.widget.prefs.PreferenceCategory
android:title="@string/setting"
app:allowDividerAbove="false"
app:allowDividerBelow="false"
app:iconSpaceReserved="false">
<io.legado.app.ui.widget.prefs.NameListPreference <io.legado.app.ui.widget.prefs.NameListPreference
android:key="@string/pk_requested_direction" android:key="@string/pk_requested_direction"
android:defaultValue="0" android:defaultValue="0"
@ -83,7 +77,4 @@
android:title="@string/custom_page_key" android:title="@string/custom_page_key"
app:iconSpaceReserved="false" /> app:iconSpaceReserved="false" />
</io.legado.app.ui.widget.prefs.PreferenceCategory>
</androidx.preference.PreferenceScreen> </androidx.preference.PreferenceScreen>
Loading…
Cancel
Save