2013-08-13 17:05:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-08-22 10:58:19 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2013-08-29 16:40:35 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="6dp">
|
2013-08-13 17:05:42 +00:00
|
|
|
|
2013-08-22 10:58:19 +00:00
|
|
|
<TextView
|
2013-08-29 16:40:35 +00:00
|
|
|
android:id="@+id/AboutItemTitle"
|
2013-08-22 10:58:19 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
android:layout_marginTop="5dip"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:textStyle="bold" />
|
2013-08-13 17:05:42 +00:00
|
|
|
|
2013-08-22 10:58:19 +00:00
|
|
|
<TextView
|
2013-08-29 16:40:35 +00:00
|
|
|
android:id="@+id/AboutItemSubTitle"
|
2013-08-22 10:58:19 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dip" />
|
2013-08-13 17:05:42 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|