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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/3rd_party/HoloEverywhere/library/res/layout/simple_list_item_2.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/layout/simple_list_item_2.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/layout/simple_list_item_2.xml b/android/3rd_party/HoloEverywhere/library/res/layout/simple_list_item_2.xml
new file mode 100644
index 0000000000..3bde4debe8
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/layout/simple_list_item_2.xml
@@ -0,0 +1,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> \ No newline at end of file