Add padding to track search dialog error message
Fixes #8142 (cherry picked from commit 147455f99c6ebcfbd09ff91cbc4cb52ffbbae0ba)
This commit is contained in:
parent
8b0d626c23
commit
59506d06f9
@ -66,6 +66,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:padding="16dp"
|
||||
android:textAppearance="?attr/textAppearanceBodyMedium"
|
||||
android:visibility="gone"
|
||||
tools:text="@string/no_results_found" />
|
||||
@ -95,8 +96,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="16dp"
|
||||
android:layout_marginVertical="8dp"
|
||||
android:text="@string/action_track"
|
||||
android:enabled="false" />
|
||||
android:enabled="false"
|
||||
android:text="@string/action_track" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user