SearchSuggestion: Align text size with other components

This commit is contained in:
Rahul Patel
2024-08-26 23:52:31 +05:30
committed by Aayush Gupta
parent 74373d478b
commit de38347430
2 changed files with 4 additions and 3 deletions

View File

@@ -44,8 +44,8 @@
android:layout_toStartOf="@id/action"
android:layout_toEndOf="@id/img"
android:gravity="start|center"
android:textSize="16sp"
tools:text="Aurora Store" />
android:textAppearance="@style/TextAppearance.Aurora.Line1"
tools:text="Line1" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/action"