<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
LinearLayout
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
android:background
=
"#00000000"
>
<
LinearLayout
android:gravity
=
"center_vertical"
android:background
=
"@drawable/preference_mid_background"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
>
<
ImageView
android:focusable
=
"false"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:src
=
"@drawable/setting_about_us"
>
</
ImageView
>
<
RelativeLayout
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:layout_marginLeft
=
"15dip"
android:layout_marginTop
=
"6dip"
android:layout_marginRight
=
"6dip"
android:layout_marginBottom
=
"6dip"
android:layout_weight
=
"1"
>
<
TextView
android:textSize
=
"15dip"
android:textColor
=
"#000000"
android:ellipsize
=
"marquee"
android:id
=
"@+android:id/title"
android:fadingEdge
=
"horizontal"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:singleLine
=
"true"
>
</
TextView
>
<
TextView
android:textAppearance
=
"?android:attr/textAppearanceSmall"
android:textColor
=
"#565656"
android:id
=
"@+android:id/summary"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:maxLines
=
"4"
android:layout_below
=
"@+android:id/title"
android:layout_alignLeft
=
"@+android:id/title"
>
</
TextView
>
</
RelativeLayout
>
<
ImageView
android:focusable
=
"false"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:background
=
"@drawable/preference_arrows"
/>
</
LinearLayout
>
</
LinearLayout
>