- Made use of the FrameLayout Background instead of using a big ImageView. It fixes the arrow from the language spinner being invisible.

This commit is contained in:
SerpentSpirale 2021-01-09 13:20:52 +01:00
parent 3766053b3a
commit effeedb6df

View File

@ -1,15 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@drawable/sign_in_background"
android:scaleType="centerCrop"
android:adjustViewBounds="true"
android:layout_height="match_parent"
android:layout_width="match_parent">
<ImageView
android:layout_height="match_parent"
android:layout_width="match_parent"
android:scaleType="centerCrop"
android:adjustViewBounds="true"
android:background="@drawable/sign_in_background"/>
<Spinner
android:layout_height="wrap_content"