From 78019ea80d2fee9c491a94c46ed29df5cf047a0c Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 22 Nov 2010 14:21:09 -0800 Subject: [PATCH] Update wifi preference layout and progress category layout. --- res/layout/preference_progress_category.xml | 53 ++++++++++---------- res/layout/preference_widget_wifi_signal.xml | 2 - 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index 6528e54d690..595629607b9 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -15,43 +15,44 @@ --> - + - - - - - - - + + + + diff --git a/res/layout/preference_widget_wifi_signal.xml b/res/layout/preference_widget_wifi_signal.xml index 55dd587e75d..a4e87630b2e 100644 --- a/res/layout/preference_widget_wifi_signal.xml +++ b/res/layout/preference_widget_wifi_signal.xml @@ -18,6 +18,4 @@ android:id="@+id/signal" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginRight="4sp" - android:layout_gravity="center_vertical" android:src="@drawable/wifi_signal" />