Skip to content

Instantly share code, notes, and snippets.

@Lanace
Created July 30, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lanace/266e3dd189a146271bb73a7432d783ce to your computer and use it in GitHub Desktop.
Save Lanace/266e3dd189a146271bb73a7432d783ce 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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<EditText
android:id="@+id/nameEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:hint="Name" />
<Button
android:id="@+id/sendButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:text="Send Name" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment