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-09-17 02:04:59 +00:00
|
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
|
|
android:orientation="vertical">
|
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"
|
2013-09-17 02:04:59 +00:00
|
|
|
android:layout_marginLeft="15dip"
|
|
|
|
android:layout_marginTop="6dip"
|
2013-08-22 10:58:19 +00:00
|
|
|
android:singleLine="true"
|
2013-09-17 02:04:59 +00:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
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"
|
2013-09-17 02:04:59 +00:00
|
|
|
android:layout_marginLeft="15dip"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
2013-08-13 17:05:42 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|