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:
Doris Ling
2016-06-21 18:25:11 -07:00
parent f96376a186
commit b4d41d8c71
3 changed files with 16 additions and 5 deletions

View File

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