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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user