Skip to content

Instantly share code, notes, and snippets.

@slodge
Last active December 19, 2015 05:29

Revisions

  1. slodge revised this gist Jul 1, 2013. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions droid.xml
    Original file line number Diff line number Diff line change
    @@ -9,16 +9,16 @@
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Test"
    />
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Updating"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Test"
    local:MvxBind="Text Updating"
    />
    <EditText
    android:layout_width="fill_parent"
  2. slodge revised this gist Jul 1, 2013. 1 changed file with 0 additions and 12 deletions.
    12 changes: 0 additions & 12 deletions droid.xml
    Original file line number Diff line number Diff line change
    @@ -8,18 +8,6 @@
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Hello"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Hello"
    />
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
  3. slodge revised this gist Jul 1, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions droid.xml
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,7 @@
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:local="http://schemas.android.com/apk/res-auto"
    <LinearLayout
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
  4. slodge created this gist Jul 1, 2013.
    67 changes: 67 additions & 0 deletions droid.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,67 @@
    <?xml version="1.0" encoding="utf-8"?>
    <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:local="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:local="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Hello"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Hello"
    />
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Test"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Test"
    />
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Child.FirstName"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Child.FirstName"
    />
    <EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Child.LastName"
    />
    <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="30dp"
    local:MvxBind="Text Child.LastName"
    />
    <Button
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Go"
    local:MvxBind="Click Go"
    />
    </LinearLayout>
    </ScrollView>