1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 xmlns:
android=
"http://schemas.android.com/apk/res/android"
4 android:
orientation=
"vertical"
5 android:
layout_width=
"match_parent"
6 android:
layout_height=
"match_parent"
7 android:
paddingLeft=
"8dp"
8 android:
paddingRight=
"8dp">
11 <ListView android:
id=
"@android:id/list"
12 android:
layout_width=
"match_parent"
13 android:
layout_height=
"wrap_content"
16 <TextView android:
id=
"@android:id/empty"
17 android:
layout_width=
"match_parent"
18 android:
layout_height=
"wrap_content"
19 android:
background=
"#FF0000"
20 android:
text=
"No data"/>
22 android:
orientation=
"vertical"
23 android:
layout_width=
"match_parent"
24 android:
layout_height=
"wrap_content"
25 android:
gravity=
"bottom">
28 android:
id=
"@+id/deleteLogHistoryButton"
29 android:
layout_width=
"match_parent"
30 android:
layout_height=
"wrap_content"
31 android:
text=
"@string/prefs_log_delete_history_button"/>