Skip to content

Instantly share code, notes, and snippets.

@ertugrulozcan
Last active August 29, 2015 14:22
Show Gist options
  • Save ertugrulozcan/612fbcf0798d743c3b5d to your computer and use it in GitHub Desktop.
Save ertugrulozcan/612fbcf0798d743c3b5d to your computer and use it in GitHub Desktop.
Drone112 Android
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ShowLocationButton"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
android:text="@string/showMeLocation" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment