Fix layout

This commit is contained in:
c00lerxo 2019-01-28 12:41:43 +01:00
parent 3ba2765784
commit f90fdd0867

View File

@ -9,13 +9,13 @@
<ImageView <ImageView
android:id="@+id/logo" android:id="@+id/logo"
android:layout_width="390dp" android:layout_width="365dp"
android:layout_height="100dp" android:layout_height="100dp"
android:layout_marginStart="20dp" android:layout_marginStart="15dp"
android:layout_marginLeft="10dp" android:layout_marginLeft="15dp"
android:layout_marginTop="200dp" android:layout_marginTop="200dp"
android:layout_marginEnd="20dp" android:layout_marginEnd="15dp"
android:layout_marginRight="10dp" android:layout_marginRight="15dp"
android:layout_marginBottom="77dp" android:layout_marginBottom="77dp"
android:background="@drawable/logo" android:background="@drawable/logo"
android:contentDescription="@strings/logo" android:contentDescription="@strings/logo"