blob: 228c47e980f878146fe2117da141c5bd99506f19 [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"
Alexandre Lision681d0292013-11-22 12:47:34 -05005 android:orientation="vertical" >
alisione2a38e12013-04-25 14:20:20 -04006
7 <ListView
8 android:id="@id/android:list"
alisione2a38e12013-04-25 14:20:20 -04009 android:layout_width="match_parent"
10 android:layout_height="match_parent"
Alexandre Lision681d0292013-11-22 12:47:34 -050011 android:layout_marginLeft="10dp"
12 android:layout_marginRight="10dp"
13 android:layout_marginTop="10dp"
Alexandre Lision81ef7502013-12-11 17:29:49 -050014 android:dividerHeight="3dp"
15 android:divider="@null"
Alexandre Lision2e52d392013-11-06 15:14:31 -050016 android:clickable="true" />
alisione2a38e12013-04-25 14:20:20 -040017
18 <TextView
19 android:id="@id/android:empty"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:layout_gravity="center"
23 android:gravity="center"
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040024 android:text="@string/hist_no_history"
Alexandre Lision573045c2013-09-11 17:20:25 -040025 android:textSize="30sp" />
alisione2a38e12013-04-25 14:20:20 -040026
27</LinearLayout>