Skip to content

Instantly share code, notes, and snippets.

View dosmode's full-sized avatar
🎯
Focusing

Jungsik "Jackson" Byun dosmode

🎯
Focusing
View GitHub Profile
@dosmode
dosmode / Lesson 1B_01
Last active October 20, 2016 03:28 — forked from anonymous/Guest list layout
Udacity Codes
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Guest List"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />