Skip to content

Instantly share code, notes, and snippets.

@itsff
Created October 6, 2013 07:18
Show Gist options
  • Save itsff/6850663 to your computer and use it in GitHub Desktop.
Save itsff/6850663 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"
xmlns:x="http://filipfracz.net/schemas/android_extensions/1.0"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
x:package="net.filipfracz.samples"
x:className="MainActivityLayoutHelper">
<EditText
android:id="@+id/name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
x:name="name" />
<Button android:id="@+id/save"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Save"
x:name="save_button" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment