Update UI for the Gestures settings.
1. Remove list divider 2. Set title background color to white 3. Set color filter on animation preview so that its color matches the color of the video. Bug: 28565958 Change-Id: I496915ebdb8e358a0f7682f6075d32a04d8d358a
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||
android:background="@android:color/white">
|
||||
|
||||
<TextView
|
||||
android:id="@android:id/title"
|
||||
@@ -50,10 +51,9 @@
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/gesture_detail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/gestures_setting_backgroud_color"
|
||||
android:background="@color/gestures_setting_background_color"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||
android:orientation="horizontal">
|
||||
|
||||
|
Reference in New Issue
Block a user