From 63d3cf7d36af381fb9ee9609fe32fd978f7ca48b Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Mon, 10 Jan 2011 17:13:29 -0800 Subject: Fix bug 3337711 - Volume panel layout adjustments Change-Id: I465e7ee1b51ec6417f237fb819b8e8840bd1558b --- core/res/res/layout/volume_adjust.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/core/res/res/layout/volume_adjust.xml b/core/res/res/layout/volume_adjust.xml index c44ed0bf91df..18da85f93d9a 100644 --- a/core/res/res/layout/volume_adjust.xml +++ b/core/res/res/layout/volume_adjust.xml @@ -14,24 +14,32 @@ limitations under the License. --> - + android:background="@android:drawable/dialog_full_holo_dark" + android:gravity="left"> + + + android:layout_marginBottom="8dip" + android:gravity="left"> + android:layout_marginRight="16dip" /> - - + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + -- cgit v1.2.3-59-g8ed1b