Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 17:13
Show Gist options
  • Save clayallsopp/857411 to your computer and use it in GitHub Desktop.
Save clayallsopp/857411 to your computer and use it in GitHub Desktop.
Android layout XML
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment