Language spinner is now more visible.

This commit is contained in:
SerpentSpirale 2021-09-09 22:45:36 +02:00 committed by SerpentSpirale
parent 8a6838f819
commit f48a05e3b5

View File

@ -27,6 +27,11 @@
android:id="@+id/login_spinner_language"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/menu_background"
android:layout_marginStart="5dp"
android:layout_marginTop="5dp"
android:gravity="center"
android:paddingVertical="3dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />