summaryrefslogtreecommitdiffstats
path: root/res/layout/list_menu_item.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-02-10 13:08:59 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:47 +0200
commit3d8cfc56712f2572ffa8a852b8a4a480e4edc500 (patch)
treeea60318c9b7088e6ad20d06bf6893110044d1273 /res/layout/list_menu_item.xml
parente0579901aa6dd58979f1f8e68f8f63dd1eedafdd (diff)
downloadandroid_packages_apps_Snap-3d8cfc56712f2572ffa8a852b8a4a480e4edc500.tar.gz
android_packages_apps_Snap-3d8cfc56712f2572ffa8a852b8a4a480e4edc500.tar.bz2
android_packages_apps_Snap-3d8cfc56712f2572ffa8a852b8a4a480e4edc500.zip
De-uglify menu.
Change-Id: I19d8a3d5a12c4be06bced056b80ad1a354c6b761
Diffstat (limited to 'res/layout/list_menu_item.xml')
-rw-r--r--res/layout/list_menu_item.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/layout/list_menu_item.xml b/res/layout/list_menu_item.xml
index 53ef47682..45ab11f96 100644
--- a/res/layout/list_menu_item.xml
+++ b/res/layout/list_menu_item.xml
@@ -29,7 +29,7 @@
<com.android.camera.ui.ListMenuItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal"
+ android:background="@drawable/setting_list_item_bg"
android:padding="5dip" >
<ImageView
@@ -38,13 +38,13 @@
android:layout_height="@dimen/setting_item_icon_width"
android:layout_alignParentStart="true"
android:layout_marginEnd="15dp"
+ android:layout_centerVertical="true"
android:gravity="center" />
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignTop="@+id/list_image"
android:layout_toEndOf="@+id/list_image"
android:textColor="@android:color/white"
android:textStyle="bold" />
@@ -56,10 +56,6 @@
android:layout_below="@id/title"
android:layout_marginTop="1dip"
android:layout_toEndOf="@+id/list_image"
- android:shadowColor="@android:color/black"
- android:shadowDx="1"
- android:shadowDy="1"
- android:shadowRadius="2"
android:text="@string/crop_save"
android:textColor="@color/white"
android:textSize="10dip"