Skip to content

Instantly share code, notes, and snippets.

@curly-lala
Created June 12, 2017 18:45
Show Gist options
  • Save curly-lala/ca0dc364618e0f0733602f30b9ee8784 to your computer and use it in GitHub Desktop.
Save curly-lala/ca0dc364618e0f0733602f30b9ee8784 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background">
<Button
android:id="@+id/Lageplan_but"
android:layout_width="140dp"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="113dp"
android:text="Lageplan"
/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment