Add option to hide thumbnail on lock screen and inside notification
This commit is contained in:
parent
5b6e187b49
commit
7805f8a9b1
5 changed files with 22 additions and 3 deletions
|
|
@ -222,6 +222,8 @@
|
|||
<string name="feed_update_threshold_key" translatable="false">feed_update_threshold_key</string>
|
||||
<string name="feed_update_threshold_default_value" translatable="false">300</string>
|
||||
|
||||
<string name="show_thumbnail_key" translatable="false">show_thumbnail_key</string>
|
||||
|
||||
<!-- Values will be localized in runtime -->
|
||||
<string-array name="feed_update_threshold_options" translatable="false">
|
||||
<item>@string/feed_update_threshold_option_always_update</item>
|
||||
|
|
|
|||
|
|
@ -681,4 +681,6 @@
|
|||
<string name="channel_created_by">Created by %s</string>
|
||||
<string name="video_detail_by">By %s</string>
|
||||
<string name="playlist_page_summary">Playlist page</string>
|
||||
<string name="show_thumbnail_title">Show thumbnail</string>
|
||||
<string name="show_thumbnail_summary">Show thumbnail on lock screen as background and inside notifications</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,13 @@
|
|||
android:title="@string/notification_colorize_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_thumbnail_key"
|
||||
android:title="@string/show_thumbnail_title"
|
||||
android:summary="@string/show_thumbnail_summary"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:layout="@layout/settings_category_header_layout"
|
||||
app:iconSpaceReserved="false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue