Skip to content

Instantly share code, notes, and snippets.

View KoMinkyu's full-sized avatar
🐢
working

KoMinkyu KoMinkyu

🐢
working
View GitHub Profile
<RelativeLayout 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:gravity="center_horizontal"
android:orientation="vertical"
tools:context=".MainActivity"
android:layout_margin="10dp"
android:background="#FFFFFF" >
@KoMinkyu
KoMinkyu / 경하누나 2월 6일자 숙제
Last active August 29, 2015 13:56
아이디 비밀번호 입력창이 없어서 만들었음
<RelativeLayout 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:background="@drawable/ee"
tools:context=".MainActivity$PlaceholderFragment">
<EditText
android:layout_width="200dp"
android:layout_height="43dp"
android:layout_marginTop="350dp"
<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:background="#333333"
android:orientation="vertical"
tools:context=".LoadingActivity">
<TextView