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:
PETER LIANG
2020-08-19 07:51:41 +00:00
committed by Android (Google) Code Review
8 changed files with 314 additions and 510 deletions

View File

@@ -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>