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
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit64f6391a63ac9face633712926dcb210cb304ffe (patch)
tree749b9a2e74a9c14be8da72f3d01b2c4adaa7211f /res/layout/list_menu_item.xml
parentab0dbc7a18a708662a7fc2af85f83bb1b8f20e0d (diff)
downloadandroid_packages_apps_Snap-64f6391a63ac9face633712926dcb210cb304ffe.tar.gz
android_packages_apps_Snap-64f6391a63ac9face633712926dcb210cb304ffe.tar.bz2
android_packages_apps_Snap-64f6391a63ac9face633712926dcb210cb304ffe.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..070ffe5d9 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
@@ -37,6 +37,7 @@
android:layout_width="@dimen/setting_item_icon_width"
android:layout_height="@dimen/setting_item_icon_width"
android:layout_alignParentStart="true"
+ android:layout_centerVertical="true"
android:layout_marginEnd="15dp"
android:gravity="center" />
@@ -44,7 +45,6 @@
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"