Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.example.larsb.csvvg.Home"
- android:background="@drawable/home">
- <Button
- android:id="@+id/Lariks"
- android:layout_width="100dp"
- android:layout_height="wrap_content"
- android:text="Button"
- android:visibility="visible"
- android:layout_marginBottom="243dp"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true" />
- <Button
- android:id="@+id/Salland"
- android:layout_width="100dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="45dp"
- android:text="Button"
- android:visibility="visible"
- android:layout_alignTop="@+id/Lariks"
- android:layout_alignLeft="@+id/Lariks"
- android:layout_alignStart="@+id/Lariks" />
- <Button
- android:id="@+id/CSG"
- android:layout_width="100dp"
- android:layout_height="wrap_content"
- android:text="Button"
- android:visibility="visible"
- android:layout_below="@+id/Salland"
- android:layout_alignLeft="@+id/Salland"
- android:layout_alignStart="@+id/Salland" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment