Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created April 6, 2013 22:37
Show Gist options
  • Save pbrewczynski/5327932 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5327932 to your computer and use it in GitHub Desktop.
<EditText android:id="@+id/edit_message"
android:layout_weight = "1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />
<Button
android:layout_weight = "2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send"
android:onClick="sendMessage" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment