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:
@@ -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
|
||||
|
Reference in New Issue
Block a user