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/list_menu_item_layout.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/layout/list_menu_item_layout.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/layout/list_menu_item_layout.xml b/android/3rd_party/HoloEverywhere/library/res/layout/list_menu_item_layout.xml
new file mode 100644
index 0000000000..d1733e9607
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/layout/list_menu_item_layout.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?><com.actionbarsherlock.internal.view.menu.HoloListMenuItemView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="?listPreferredItemHeightSmall">
+ <RelativeLayout android:layout_width="0dip" android:layout_marginRight="?listPreferredItemPaddingRight" android:layout_gravity="center_vertical" android:layout_marginLeft="?listPreferredItemPaddingLeft" android:duplicateParentState="true" android:layout_height="wrap_content" android:layout_weight="1">
+ <TextView android:layout_alignParentTop="true" android:layout_width="match_parent" android:textAppearance="?dialogItemTextAppearance" android:ellipsize="marquee" android:duplicateParentState="true" android:singleLine="true" android:layout_alignParentLeft="true" android:layout_height="wrap_content" android:id="@+id/title" android:fadingEdge="horizontal"></TextView>
+ <TextView android:layout_width="wrap_content" android:layout_below="@id/title" android:textAppearance="?android:attr/textAppearanceSmall" android:duplicateParentState="true" android:singleLine="true" android:layout_alignParentLeft="true" android:layout_height="wrap_content" android:id="@+id/shortcut"></TextView>
+ </RelativeLayout>
+</com.actionbarsherlock.internal.view.menu.HoloListMenuItemView> \ No newline at end of file