Skip to content

Instantly share code, notes, and snippets.

@KoMinkyu
Last active August 29, 2015 13:56
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 KoMinkyu/8864441 to your computer and use it in GitHub Desktop.
Save KoMinkyu/8864441 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#ff22965c">
<ImageView
android:layout_height="150dp"
android:layout_width="120dp"
android:layout_marginTop="100dp"
android:layout_marginLeft="130dp"
android:background="@drawable/logo" />
<EditText
android:paddingLeft="80dp"
android:layout_height="30dp"
android:layout_width="230dp"
android:layout_marginTop="50dp"
android:layout_marginLeft="50dp"
android:background="@drawable/id" />
<EditText
android:paddingLeft="80dp"
android:layout_height="30dp"
android:layout_width="230dp"
android:layout_marginTop="10dp"
android:layout_marginLeft="50dp"
android:background="@drawable/pw" />
<ImageButton
android:layout_height="70dp"
android:layout_width="70dp"
android:layout_marginTop="-70dp"
android:layout_marginLeft="290dp"
android:background="@drawable/login" />
<ImageButton
android:layout_height="20dp"
android:layout_width="80dp"
android:layout_marginTop="30dp"
android:layout_marginLeft="80dp"
android:background="@drawable/findid" />
<ImageButton
android:layout_height="20dp"
android:layout_width="95dp"
android:layout_marginTop="-20dp"
android:layout_marginLeft="200dp"
android:background="@drawable/findpw" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment