[android] Reduce padding foreach items in the search view

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-11-01 17:56:46 +01:00
committed by jeanbaptisteC
parent f549358f28
commit c687c850b8

View File

@@ -6,7 +6,7 @@
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:minHeight="@dimen/search_item_height"
android:padding="@dimen/margin_base"
android:padding="@dimen/margin_half_double_plus"
tools:background="#20FF0000">
<com.google.android.material.textview.MaterialTextView