Skip to content

Instantly share code, notes, and snippets.

@martincox
Created March 4, 2016 23:40
Show Gist options
  • Save martincox/69b02276fdf8e0dc4e2e to your computer and use it in GitHub Desktop.
Save martincox/69b02276fdf8e0dc4e2e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff0"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment