blob: f0a0a98dbb5a088ed53cc1bcfb0b4ec0b0a8c000 [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 Lision2e52d392013-11-06 15:14:31 -050014 android:clickable="true" />
alisione2a38e12013-04-25 14:20:20 -040015
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"
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040022 android:text="@string/hist_no_history"
Alexandre Lision573045c2013-09-11 17:20:25 -040023 android:textSize="30sp" />
alisione2a38e12013-04-25 14:20:20 -040024
25</LinearLayout>