
Untitled
By: a guest on
Apr 30th, 2012 | syntax:
XML | size: 1.57 KB | hits: 27 | expires: Never
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
android:minHeight="?android:attr/listPreferredItemHeight"
android:orientation="horizontal">
<LinearLayout android:orientation="vertical" android:layout_alignParentRight="true"
android:layout_width="60dp" android:layout_height="match_parent">
<ImageView
android:id="@+id/favourite_status"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/is_not_favourite"
android:contentDescription="@string/list_favorites_status"
android:background="@null"
android:layout_margin="9dp"/>
</LinearLayout>
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent" android:layout_height="match_parent">
<TextView android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="?android:attr/listPreferredItemPaddingLeft"
android:layout_marginTop="8dip"
android:textAppearance="?android:attr/textAppearanceListItem"
/>
<TextView android:id="@android:id/text2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
</LinearLayout>
</TwoLineListItem>