Skip to content

Instantly share code, notes, and snippets.

@KoMinkyu
Last active August 29, 2015 14:13
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/c1b870a36a6d03b5b798 to your computer and use it in GitHub Desktop.
Save KoMinkyu/c1b870a36a6d03b5b798 to your computer and use it in GitHub Desktop.
최다은 2015년 1월 16일 첫 번째 숙제
<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="#aa000000"
android:padding="50dp"
tools:context=".MainActivity">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ui_bg_popup_about_head"/>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ui_bg_popup_about_body"
android:padding="30dp">
<TextView
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:background="@drawable/ui_bg_popup_about_body"
android:text="빨리눌러\n개발 고민규\n디자인 최다은"/>
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment