Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e435fd71 authored by Doris Ling's avatar Doris Ling
Browse files

Increase suggestion/condition card width.

- decrease the padding for the suggestion/condition container so that
the card width matches that of the search box above.

Change-Id: I24aca5290ae5f7f457b95dbd51e5b8420327c863
Fix: 63395021
Test: visual
parent 2c6634a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    style="@style/SuggestionConditionStyle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="8dp"
    android:paddingEnd="8dp"
    android:paddingStart="5dp"
    android:paddingEnd="5dp"
    android:paddingBottom="@dimen/dashboard_padding_bottom">

    <android.support.v7.widget.CardView