티스토리 뷰
activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<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"
tools:context=".MainActivity">
<View
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="#FFBBBB"
android:layout_marginTop="30dp" />
<View
android:layout_width="match_parent"
android:layout_height="10dp"
android:background="#BBFFBB"
android:layout_marginTop="30dp" />
<View
android:layout_width="match_parent"
android:layout_height="10dp"
android:background="#BBFFFF"
android:layout_marginTop="30dp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#000000"
android:layout_marginTop="30dp" />
</LinearLayout>

'Android > XML' 카테고리의 다른 글
| <TextView> 꾸미기 (0) | 2020.08.04 |
|---|---|
| <selector> + ViewPager2 + TabLayout (0) | 2020.08.04 |
| <TabLayout> (0) | 2020.08.04 |
| strings.xml (0) | 2020.08.04 |
| <include>, <ImageView>, <ImageButton> (0) | 2020.08.04 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- activity
- Livedata
- Intent
- Vue.js #Vue.js + javascript
- MVVM
- java
- 혀가 길지 않은 개발자
- ViewPager2
- DataBinding
- handler
- ArrayList
- 안드로이드
- JSONObject
- Kotlin
- 자바
- coroutine
- recyclerview
- XML
- View
- TabLayout
- Architecture Pattern
- 코틀린
- ViewModel
- fragment
- CoordinatorLayout
- JSONArray
- 안드로이드 #코틀린 #Android #Kotlin
- Design Pattern
- James Kim
- Android
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
글 보관함