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

simple_list_item_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: 3bde4debe870aa7467e86a0e36355750fdfe2a4d (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:minHeight="?android:attr/listPreferredItemHeight" android:layout_height="wrap_content" android:orientation="vertical">
	<TextView android:layout_width="match_parent" android:layout_marginLeft="?listPreferredItemPaddingLeft" android:textAppearance="?textAppearanceListItem" android:layout_marginTop="8dip" 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>