Skip to content

Commit 39b0006

Browse files
authored
Update player_notification_settings.xml
1 parent 4b0a441 commit 39b0006

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

app/src/main/res/xml/player_notification_settings.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
android:summary="@string/show_thumbnail_summary"
2727
app:singleLineTitle="false"
2828
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+
<SwitchPreferenceCompat
39+
android:defaultValue="true"
40+
android:key="@string/show_artist_key"
41+
android:title="@string/show_artist_title"
42+
android:summary="@string/show_artist_summary"
43+
app:singleLineTitle="false"
44+
app:iconSpaceReserved="false" />
45+
46+
2947

3048
<PreferenceCategory
3149
android:layout="@layout/settings_category_header_layout"

0 commit comments

Comments
 (0)