blob: ab2e1ae1efdc6d8d0ec9aaa9179987d830b5d004 [file] [log] [blame]
alisione2a38e12013-04-25 14:20:20 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical" >
6
7 <ListView
8 android:id="@id/android:list"
9 style="@style/CallElementList"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent"
12 android:drawSelectorOnTop="false" />
13
14 <TextView
15 android:id="@id/android:empty"
16 android:layout_width="match_parent"
17 android:layout_height="match_parent"
18 android:layout_gravity="center"
19 android:gravity="center"
20 android:text="No history" />
21
22</LinearLayout>