Welcome to mirror list, hosted at ThFree Co, Russian Federation.

simple_list_item_activated_2.xml « layout « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc2ed28b6f8a1a7b34823a4d51dc7022867cd627 (plain)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:paddingBottom="2dip" android:minHeight="?android:attr/listPreferredItemHeight" android:layout_height="wrap_content" android:paddingTop="2dip" android:orientation="vertical" android:background="?activatedBackgroundIndicator">
	<TextView android:layout_width="match_parent" android:layout_marginLeft="?listPreferredItemPaddingLeft" android:textAppearance="?textAppearanceListItem" android:layout_marginTop="6dip" android:layout_height="wrap_content" android:id="@android:id/text1"></TextView>
	<TextView android:layout_width="match_parent" android:layout_marginLeft="?listPreferredItemPaddingLeft" android:textAppearance="?android:attr/textAppearanceSmall" android:layout_height="wrap_content" android:id="@android:id/text2"></TextView>
</LinearLayout>