mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[android] Reduce padding foreach items in the search view
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
f549358f28
commit
c687c850b8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user