리비전 3, 0.5 kB
(mefour에 의해 체크인됨, 15 년 전)
|
메모
|
Line | |
---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 |
android:layout_width="wrap_content" |
---|
4 |
android:layout_height="wrap_content"> |
---|
5 |
|
---|
6 |
<ListView android:id="@+id/android:list" |
---|
7 |
android:layout_width="wrap_content" |
---|
8 |
android:layout_height="wrap_content"/> |
---|
9 |
<TextView android:id="@+id/android:empty" |
---|
10 |
android:layout_width="wrap_content" |
---|
11 |
android:layout_height="wrap_content" |
---|
12 |
android:text="No Notes!"/> |
---|
13 |
</LinearLayout> |
---|