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