Initial support for sources' login. Upgrade support library version.
This commit is contained in:
5
app/src/main/res/xml/pref_accounts.xml
Normal file
5
app/src/main/res/xml/pref_accounts.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orderingFromXml="true">
|
||||
|
||||
</PreferenceScreen>
|
||||
14
app/src/main/res/xml/pref_main.xml
Normal file
14
app/src/main/res/xml/pref_main.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<Preference
|
||||
android:key="@string/pref_category_reader_key"
|
||||
android:persistent="false"
|
||||
android:title="@string/pref_category_reader" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/pref_category_accounts_key"
|
||||
android:persistent="false"
|
||||
android:title="@string/pref_category_accounts" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -2,12 +2,12 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<CheckBoxPreference android:title="@string/pref_hide_status_bar"
|
||||
android:key="pref_hide_status_bar_key"
|
||||
android:defaultValue="false"
|
||||
android:summary="@string/pref_hide_status_bar_summary"
|
||||
android:key="hide_status_bar" />
|
||||
android:summary="@string/pref_hide_status_bar_summary" />
|
||||
|
||||
<ListPreference android:title="@string/pref_viewer_type"
|
||||
android:key="default_viewer"
|
||||
android:key="pref_default_viewer_key"
|
||||
android:entries="@array/viewers"
|
||||
android:entryValues="@array/viewers_values"
|
||||
android:defaultValue="1"/>
|
||||
Reference in New Issue
Block a user