mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix margins for clear filters button
This commit is contained in:
parent
d70ce5f639
commit
dd4a5665ac
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@
|
|||
android:id="@+id/clear_filters_button"
|
||||
style="@style/Widget.Material3.Button.TextButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="0dp"
|
||||
android:paddingBottom="0dp"
|
||||
android:layout_height="32dp"
|
||||
android:maxLines="1"
|
||||
android:text="@string/clear_filters"
|
||||
android:textColor="?attr/colorSecondary" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue