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
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:24:50 -0700
commit601513bcd3c972fc7f164bd7570ec73a9b4d4b6e (patch)
tree9cfd36729981c05ce2c795220c4e01af3a096472 /res/layout/list_menu_item.xml
parent1fd19eccac432f55988097cba6f8eaf36c2001c6 (diff)
downloadandroid_packages_apps_Snap-601513bcd3c972fc7f164bd7570ec73a9b4d4b6e.tar.gz
android_packages_apps_Snap-601513bcd3c972fc7f164bd7570ec73a9b4d4b6e.tar.bz2
android_packages_apps_Snap-601513bcd3c972fc7f164bd7570ec73a9b4d4b6e.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"