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_dropdown_item_1line.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/layout/simple_dropdown_item_1line.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/layout/simple_dropdown_item_1line.xml b/android/3rd_party/HoloEverywhere/library/res/layout/simple_dropdown_item_1line.xml
new file mode 100644
index 0000000000..760746fe37
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/layout/simple_dropdown_item_1line.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" style="?android:dropDownItemStyle" android:textAppearance="?textAppearanceLargePopupMenu" android:ellipsize="marquee" android:singleLine="true" android:layout_height="?listPreferredItemHeight" android:id="@android:id/text1"></TextView> \ No newline at end of file