Align filter spinners (closes #2995)

(cherry picked from commit 88e49a9b8bebdc226fb9e37a21bc0b42115e802e)
This commit is contained in:
arkon 2021-04-06 11:21:39 -04:00 committed by Jobobby04
parent 2d4e589db8
commit 0e8aec7929

View File

@ -10,9 +10,13 @@
<TextView
android:id="@+id/nav_view_item_text"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ellipsize="end"
android:maxLines="1"
android:layout_gravity="center"
android:paddingEnd="8dp"
tools:text="Filter:" />
<Spinner