Update the background of the Daltonizer preview.
Add the corner radii in to be consistent with the Settings style. Bug: 213440059 Test: manual test Change-Id: I68edf243ae33e9bb1e39020ad7553451fad66477
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/preview_viewport"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/palette_view"
|
||||
|
Reference in New Issue
Block a user