Merge changes from topic "color_correction_b_148785841"
* changes: Fix the screen will move by itself when enabled Color correction. Refine and migrate the functions that related to update preference into the specific lifecycle.
This commit is contained in:
@@ -1481,7 +1481,7 @@
|
||||
</string-array>
|
||||
|
||||
<!-- Array of titles palette list for accessibility. -->
|
||||
<string-array name="setting_palette_colors" translatable="false" >
|
||||
<string-array name="setting_palette_data" translatable="false" >
|
||||
<item>@string/color_red</item>
|
||||
<item>@string/color_orange</item>
|
||||
<item>@string/color_yellow</item>
|
||||
@@ -1492,7 +1492,7 @@
|
||||
</string-array>
|
||||
|
||||
<!-- Values for palette list view preference. -->
|
||||
<array name="setting_palette_data" translatable="false" >
|
||||
<array name="setting_palette_colors" translatable="false" >
|
||||
<item>@color/palette_list_color_red</item>
|
||||
<item>@color/palette_list_color_orange</item>
|
||||
<item>@color/palette_list_color_yellow</item>
|
||||
|
Reference in New Issue
Block a user