1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
id=
"@+id/graph_view_group_layout"
4 android:
layout_width=
"fill_parent"
5 android:
layout_height=
"fill_parent"
6 android:
layout_centerVertical=
"true" >
9 android:
id=
"@+id/tvGroup"
10 android:
textIsSelectable=
"false"
11 android:
layout_width=
"match_parent"
12 android:
layout_height=
"36dp"
13 android:
paddingLeft=
"36dip"
14 android:
paddingStart=
"36dip"
15 android:
paddingRight=
"5dip"
16 android:
paddingEnd=
"5dip"
17 android:
gravity=
"center_vertical"
18 android:
textSize=
"17sp"
19 android:
textColor=
"@color/text_color"
20 android:
cacheColorHint=
"@color/item_body"
21 android:
background=
"@drawable/explist_selection"
22 android:
textStyle=
"bold" >