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
This commit is contained in:
Doris Ling
2017-07-06 15:33:55 -07:00
parent 2c6634a8a9
commit e435fd7104

View File

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