Update suggestion UI
- reduce space above and below the suggestion header - reduce space around the suggestion cardview - set the font family for the suggestion header and title. Change-Id: Ief6247005f1e69fe5025af60f3c9627d357d94a4 Fixes: 72710227 Test: visual
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
style="@style/SuggestionConditionStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingTop="10dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
@@ -55,8 +55,8 @@
|
||||
android:id="@+id/suggestion_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="14dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="13dp"
|
||||
android:scrollbars="none"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -64,7 +64,7 @@
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.SuggestionTitleV2"
|
||||
android:textAppearance="@style/TextAppearance.SuggestionTitle"
|
||||
android:ellipsize="end"
|
||||
android:fadingEdge="horizontal" />
|
||||
|
||||
|
@@ -64,7 +64,7 @@
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.SuggestionTitleV2"
|
||||
android:textAppearance="@style/TextAppearance.SuggestionTitle"
|
||||
android:ellipsize="end"
|
||||
android:fadingEdge="horizontal" />
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="18dp"
|
||||
android:text="@string/suggestion_button_text" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user