Add icon for "Extra dim"

* foreground icon: 18 * 18
* background icon: 32 * 32 with color Google Gray 700

Fix: 184081577
Fix: 170973645
Test: manual test
Change-Id: I40b0e69109284df83cabc88ce77af3399a77153a
This commit is contained in:
jasonwshsu
2021-04-14 19:31:23 +08:00
committed by Jason Hsu
parent 40319d9d6f
commit 75528bf56b
4 changed files with 71 additions and 1 deletions

View File

@@ -43,9 +43,9 @@
android:title="@string/accessibility_text_and_display_title"
settings:searchable="true"/>
<!--TODO(b/170973645): Get icon-->
<com.android.settings.widget.PrimarySwitchPreference
android:fragment="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment"
android:icon="@drawable/ic_reduce_bright_colors"
android:key="reduce_bright_colors_preference"
android:persistent="false"
android:title="@string/reduce_bright_colors_preference_title"