forked from s434596/Cat-or-Not-2
Fix layout
This commit is contained in:
parent
3ba2765784
commit
f90fdd0867
@ -9,13 +9,13 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/logo"
|
||||
android:layout_width="390dp"
|
||||
android:layout_width="365dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginTop="200dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginBottom="77dp"
|
||||
android:background="@drawable/logo"
|
||||
android:contentDescription="@strings/logo"
|
||||
|
Loading…
Reference in New Issue
Block a user