root/apps/android/mytel/trunk/res/layout/privacy_groups_list.xml
@
717
| Revision 717, 0.7 kB (checked in by nadya, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | android:orientation="vertical" |
| 4 | android:layout_width="fill_parent" |
| 5 | android:layout_height="fill_parent" |
| 6 | android:background="@drawable/backgroundlists"> |
| 7 | <ListView |
| 8 | android:id="@android:id/list" |
| 9 | android:layout_width="fill_parent" |
| 10 | android:layout_height="wrap_content" |
| 11 | android:background="@android:color/transparent" |
| 12 | /> |
| 13 | <TextView android:id="@android:id/empty" |
| 14 | android:layout_width="wrap_content" |
| 15 | android:layout_height="wrap_content" android:text="@string/group_empty_list"/> |
| 16 | </LinearLayout> |
Note: See TracBrowser
for help on using the browser.








