d9326ffaba157a5dfed5bad3a80d41605cec7d59
1 <?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"
5 android:
orientation=
"horizontal" >
7 <TextView android:
id=
"@+id/log_item_single"
8 android:
layout_width=
"fill_parent"
9 android:
layout_height=
"fill_parent"
10 android:
gravity=
"center_vertical"
11 android:
layout_alignParentTop=
"true"
12 android:
layout_alignParentBottom=
"true"
13 android:
textStyle=
"bold"
14 android:
textSize=
"22dp"
15 android:
textColor=
"#000000"
16 android:
layout_marginTop=
"5dp"
17 android:
layout_marginBottom=
"5dp" />