Merge pull request #4642 from XiangRongLin/hide_thumbnail
Add option to hide thumbnail on lock screen
This commit is contained in:
commit
db49d89d6d
5 changed files with 22 additions and 3 deletions
|
|
@ -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