You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.5 KiB
95 lines
3.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="contributors"
|
|
android:title="@string/contributors"
|
|
android:summary="@string/contributors_summary"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="check_update"
|
|
android:title="@string/check_update"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="update_log"
|
|
android:title="@string/update_log"
|
|
app:allowDividerAbove="false"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory
|
|
android:title="@string/contact"
|
|
app:allowDividerAbove="true"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false"
|
|
app:layout="@layout/view_preference_category">
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="gzGzh"
|
|
android:title="@string/follow_official_account"
|
|
android:summary="@string/official_account"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="qq"
|
|
android:title="@string/join_qq_group"
|
|
android:summary="@string/click_to_apply"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="mail"
|
|
android:title="@string/send_mail"
|
|
android:summary="kunfei.ge@gmail.com"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="git"
|
|
android:title="@string/git_hub"
|
|
android:summary="@string/this_github_url"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="tg"
|
|
android:title="TG"
|
|
android:summary="@string/tg_url"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="sourceRuleSummary"
|
|
android:title="@string/source_rule_s"
|
|
android:summary="@string/source_rule_url"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="home_page"
|
|
android:title="@string/home_page"
|
|
android:summary="@string/home_page_url"
|
|
app:allowDividerAbove="false"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</io.legado.app.ui.widget.prefs.PreferenceCategory>
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory
|
|
android:title="@string/other"
|
|
app:allowDividerAbove="true"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false"
|
|
app:layout="@layout/view_preference_category">
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="license"
|
|
android:title="@string/license"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="disclaimer"
|
|
android:title="@string/disclaimer"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</io.legado.app.ui.widget.prefs.PreferenceCategory>
|
|
|
|
</androidx.preference.PreferenceScreen> |