2013-08-13 20:05:42 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-08-22 13:58:19 +03:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2013-09-17 05:04:59 +03:00
|
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
|
|
android:orientation="vertical">
|
2013-08-13 20:05:42 +03:00
|
|
|
|
2013-08-22 13:58:19 +03:00
|
|
|
<TextView
|
2013-08-29 19:40:35 +03:00
|
|
|
android:id="@+id/AboutItemTitle"
|
2013-08-22 13:58:19 +03:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-11-14 20:39:15 +02:00
|
|
|
android:layout_marginStart="15dip"
|
2013-09-17 05:04:59 +03:00
|
|
|
android:layout_marginTop="6dip"
|
2013-08-22 13:58:19 +03:00
|
|
|
android:singleLine="true"
|
2013-09-17 05:04:59 +03:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
2013-08-13 20:05:42 +03:00
|
|
|
|
2013-08-22 13:58:19 +03:00
|
|
|
<TextView
|
2013-08-29 19:40:35 +03:00
|
|
|
android:id="@+id/AboutItemSubTitle"
|
2013-08-22 13:58:19 +03:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-11-14 20:39:15 +02:00
|
|
|
android:layout_marginStart="15dip"
|
2013-09-17 05:04:59 +03:00
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
2013-08-13 20:05:42 +03:00
|
|
|
|
|
|
|
</LinearLayout>
|