diff --git a/res/layout/condition_tile_new_ui.xml b/res/layout/condition_tile_new_ui.xml index 49bf0c06f9c..710d2f2ef83 100644 --- a/res/layout/condition_tile_new_ui.xml +++ b/res/layout/condition_tile_new_ui.xml @@ -19,7 +19,7 @@ android:id="@+id/content" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/colorSecondary" + android:background="@color/condition_card_background" android:orientation="vertical"> + android:background="@color/suggestion_condition_background"> + android:background="@color/suggestion_condition_background"> + android:gravity="end"> diff --git a/res/layout/suggestion_condition_header.xml b/res/layout/suggestion_condition_header.xml index a0f73ae9951..4519a4693b0 100644 --- a/res/layout/suggestion_condition_header.xml +++ b/res/layout/suggestion_condition_header.xml @@ -15,62 +15,80 @@ limitations under the License. --> - + android:layout_height="wrap_content" + android:orientation="vertical"> - + - + - + - + - + - + - + - + + + + + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 7f4cb79c947..3e80ab49c0c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -112,4 +112,8 @@ #89000000 + + + #f2f2f2 + #f8f8f8 diff --git a/res/values/styles.xml b/res/values/styles.xml index 43177ffe761..fee7c740175 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -456,7 +456,7 @@