SearchSuggestion: Align text size with other components
This commit is contained in:
committed by
Aayush Gupta
parent
74373d478b
commit
de38347430
@@ -43,6 +43,7 @@
|
|||||||
android:id="@+id/recycler"
|
android:id="@+id/recycler"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/divider" />
|
android:layout_below="@+id/divider"
|
||||||
|
tools:listitem="@layout/view_search_suggestion" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
android:layout_toStartOf="@id/action"
|
android:layout_toStartOf="@id/action"
|
||||||
android:layout_toEndOf="@id/img"
|
android:layout_toEndOf="@id/img"
|
||||||
android:gravity="start|center"
|
android:gravity="start|center"
|
||||||
android:textSize="16sp"
|
android:textAppearance="@style/TextAppearance.Aurora.Line1"
|
||||||
tools:text="Aurora Store" />
|
tools:text="Line1" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:id="@+id/action"
|
android:id="@+id/action"
|
||||||
|
|||||||
Reference in New Issue
Block a user