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

@@ -17,13 +17,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/preview_viewport"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.android.settings.accessibility.PaletteListView
android:id="@+id/palette_listView"
<LinearLayout
android:id="@+id/palette_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:importantForAccessibility="noHideDescendants" />
android:orientation="vertical"
android:importantForAccessibility="noHideDescendants"/>
</FrameLayout>