blob: 5e11e78615f969fafb12ad3c3bfe3f1391acdd00 [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"
alision73424b62013-04-26 11:49:18 -04005 android:orientation="vertical"
6 android:paddingLeft="8dp"
7 android:paddingRight="8dp" >
alisione2a38e12013-04-25 14:20:20 -04008
9 <ListView
10 android:id="@id/android:list"
11 style="@style/CallElementList"
12 android:layout_width="match_parent"
13 android:layout_height="match_parent"
14 android:drawSelectorOnTop="false" />
15
16 <TextView
17 android:id="@id/android:empty"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:layout_gravity="center"
21 android:gravity="center"
22 android:text="No history" />
23
24</LinearLayout>