BETTEN. KLEK BETTEN.

This commit is contained in:
kdeschuy
2017-07-28 01:07:38 +02:00
parent f26113008c
commit 9126086fae

View File

@@ -6,14 +6,30 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/colorLight"
android:padding="52dp"
android:padding="20dp"
tools:context="ui.MainActivity">
<ImageButton
android:id="@+id/imageButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:layout_gravity="end"
android:src="@android:drawable/ic_menu_manage" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginBottom="16dp">
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="475dp"
android:background="@drawable/drop_shadow"
android:paddingBottom="16dp"
android:paddingBottom="32dp"
android:orientation="vertical">
<LinearLayout