PlayerAndroid/app/src/main/res/xml/pref_others.xml
2018-07-27 18:37:34 +05:30

22 lines
No EOL
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
android:key="changelog"
android:summary="@string/changelog_summary"
android:title="@string/changelog" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
android:key="app_version"
android:summary="0.0.0"
android:title="@string/version" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
android:key="open_source"
android:summary="@string/pref_summary_open_source_licences"
android:title="@string/pref_title_open_source_licences" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
android:key="about"
android:summary="@string/pref_summary_about"
android:title="@string/action_about" />
</android.support.v7.preference.PreferenceScreen>