2011-12-20 18:20:44 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2013-12-16 20:27:10 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
<ListView android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:fastScrollEnabled="true"/>
|
|
|
|
|
2013-12-16 20:27:10 +00:00
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center|center_vertical"
|
2012-09-20 02:56:04 +00:00
|
|
|
android:text="@string/contact_selection_group_activity__no_contacts"
|
2013-12-16 20:27:10 +00:00
|
|
|
android:textSize="20sp" />
|
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
</LinearLayout>
|