We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0a441 commit 39b0006Copy full SHA for 39b0006
1 file changed
app/src/main/res/xml/player_notification_settings.xml
@@ -26,6 +26,24 @@
26
android:summary="@string/show_thumbnail_summary"
27
app:singleLineTitle="false"
28
app:iconSpaceReserved="false" />
29
+
30
+ <SwitchPreferenceCompat
31
+ android:defaultValue="true"
32
+ android:key="@string/show_title_key"
33
+ android:title="@string/show_title_title"
34
+ android:summary="@string/show_title_summary"
35
+ app:singleLineTitle="false"
36
+ app:iconSpaceReserved="false" />
37
38
39
40
+ android:key="@string/show_artist_key"
41
+ android:title="@string/show_artist_title"
42
+ android:summary="@string/show_artist_summary"
43
44
45
46
47
48
<PreferenceCategory
49
android:layout="@layout/settings_category_header_layout"
0 commit comments