Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active February 6, 2021 09: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 akexorcist/c0990732a50d90606f6da49f2427d5b9 to your computer and use it in GitHub Desktop.
Save akexorcist/c0990732a50d90606f6da49f2427d5b9 to your computer and use it in GitHub Desktop.
- LinearLayout
* Orientation : Vertical
* Width : Match Parent
* Height : Match Parent
- ScrollView (Content)
* Width : Match Parent
* Height : 0dp
* Weight : 1
- LinearLayout
* Orientation : Vertical
* Width : Match Parent
* Height : Wrap Content
- TextView (เมนูกิจกรรม)
* Width : Match Parent
* Height : ตามใจชอบ
- LinearLayout (กิจกรรมที่ 1 : เริ่ม)
* Orientation : Horizontal
* Width : Match Parent
* Height : Wrap Content
- TextView (กิจกรรมที่ 1 :)
- Button (เริ่ม)
- View (เส้นคั่น)
* Width : Match Parent
* Height : 2dp
- LinearLayout (กิจกรรมที่ 2 : เริ่ม)
* Orientation : Horizontal
* Width : Match Parent
* Height : Wrap Content
- TextView (กิจกรรมที่ 2 :)
- Button (เริ่ม)
- View (เส้นคั่น)
* Width : Match Parent
* Height : 2dp
- LinearLayout (กิจกรรมที่ 3 : เริ่ม)
* Orientation : Horizontal
* Width : Match Parent
* Height : Wrap Content
- TextView (กิจกรรมที่ 3 :)
- Button (เริ่ม)
- View (เส้นคั่น)
* Width : Match Parent
* Height : 2dp
- LinearLayout (กิจกรรมที่ 4 : เริ่ม)
* Orientation : Horizontal
* Width : Match Parent
* Height : Wrap Content
- TextView (กิจกรรมที่ 4 :)
- Button (เริ่ม)
- View (เส้นคั่น)
* Width : Match Parent
* Height : 2dp
- Button (ส่งคำตอบ)
* Width : Wrap Content
* Height : Wrap Content
* Layout Gravity : Horizontal Center
- ImageView (รูปคน)
* Width : แนะนำให้กำหนดเป็นหน่วย dp
* Height : Wrap Content
* Adjust View Bound : true
- LinearLayout (Bottom Menu)
* Orientation : Horizontal
* Width : Match Parent
* Height : Wrap Content
- Button
* Width : 70dp
* Height : 70dp
- Space
* Width : 0dp
* Height : 1dp
* Weight : 1
- Button
* Width : 70dp
* Height : 70dp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment