From 242c3936d5b2152afb47ae75a4ac428d60b12612 Mon Sep 17 00:00:00 2001 From: Peter Ng Date: Wed, 12 Oct 2011 18:09:34 -0700 Subject: [PATCH] Volume overlay right padding increased Bug: 5445601 Change-Id: Ia5c5455816d99f59893fb3352d400b0cf1a1d806 --- core/res/res/layout/volume_adjust_item.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/res/res/layout/volume_adjust_item.xml b/core/res/res/layout/volume_adjust_item.xml index fb900f741ec6e..d3fa7e93b5651 100644 --- a/core/res/res/layout/volume_adjust_item.xml +++ b/core/res/res/layout/volume_adjust_item.xml @@ -27,7 +27,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="16dip" - android:layout_marginLeft="8dip" android:background="?attr/selectableItemBackground" /> @@ -38,8 +37,6 @@ android:layout_height="wrap_content" android:layout_weight="1" android:padding="16dip" - android:layout_marginRight="8dip" /> + android:layout_marginRight="16dip" /> - -