Reworked player-notfication
* Fixed ``release`` ``main_settings.xml`` * Renamed "Notification" to "Player-Notification" (also reset all translations)
This commit is contained in:
parent
1289b1a283
commit
7b4e5dd107
66 changed files with 27 additions and 89 deletions
|
|
@ -23,6 +23,12 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
|
||||
android:summary="@string/settings_category_player_notification_summary"
|
||||
android:title="@string/settings_category_player_notification_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_hold_to_append_key"
|
||||
|
|
@ -31,6 +37,16 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/tablet_mode_auto_key"
|
||||
android:entries="@array/tablet_mode_description"
|
||||
android:entryValues="@array/tablet_mode_values"
|
||||
android:key="@string/tablet_mode_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/tablet_mode_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/list_view_mode_value"
|
||||
android:entries="@array/list_view_mode_description"
|
||||
|
|
@ -48,20 +64,4 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/tablet_mode_auto_key"
|
||||
android:entries="@array/tablet_mode_description"
|
||||
android:entryValues="@array/tablet_mode_values"
|
||||
android:key="@string/tablet_mode_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/tablet_mode_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.NotificationSettingsFragment"
|
||||
android:summary="@string/settings_category_notification_summary"
|
||||
android:title="@string/settings_category_notification_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/settings_category_notification_title">
|
||||
android:title="@string/settings_category_player_notification_title">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
|
|
@ -89,6 +89,7 @@
|
|||
android:title="@string/show_play_with_kodi_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue