BETTEN. KLEK BETTEN.
This commit is contained in:
@@ -6,14 +6,30 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:background="@color/colorLight"
|
android:background="@color/colorLight"
|
||||||
android:padding="52dp"
|
android:padding="20dp"
|
||||||
tools:context="ui.MainActivity">
|
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
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
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:background="@drawable/drop_shadow"
|
||||||
android:paddingBottom="16dp"
|
android:paddingBottom="32dp"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user