/WebAccess/res/layout/bookmarks.xml
http://eyes-free.googlecode.com/ · XML · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · d73c09212f88331f56506c33ce2eb65c MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
- <ListView
- android:id="@android:id/list"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- />
- <TextView android:id="@android:id/empty"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Empty set"
- />
- </LinearLayout>