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