summaryrefslogtreecommitdiffstats
path: root/res/layout/power_usage_detail_item_text.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-06-12 14:15:20 -0700
committerAmith Yamasani <yamasani@google.com>2009-06-12 14:23:15 -0700
commit0422a3bf61c17851abd87a67a0de30e412459b5c (patch)
tree533d9a8e77c3b4a440cf2c937f017f6b4774d443 /res/layout/power_usage_detail_item_text.xml
parent188ca778702938d87313592175a3c2ff86bd3218 (diff)
downloadpackages_apps_Settings-0422a3bf61c17851abd87a67a0de30e412459b5c.zip
packages_apps_Settings-0422a3bf61c17851abd87a67a0de30e412459b5c.tar.gz
packages_apps_Settings-0422a3bf61c17851abd87a67a0de30e412459b5c.tar.bz2
Minor UI improvements and showing of unplugged duration.
Diffstat (limited to 'res/layout/power_usage_detail_item_text.xml')
-rw-r--r--res/layout/power_usage_detail_item_text.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout/power_usage_detail_item_text.xml b/res/layout/power_usage_detail_item_text.xml
index 097469b..7ea2432 100644
--- a/res/layout/power_usage_detail_item_text.xml
+++ b/res/layout/power_usage_detail_item_text.xml
@@ -27,8 +27,9 @@
android:textStyle="bold"
android:singleLine="true"
android:layout_alignParentLeft="true"
- android:layout_marginBottom="2dip"
- android:layout_marginTop="2dip" />
+ android:layout_marginBottom="4dip"
+ android:layout_marginTop="4dip"
+ android:layout_marginLeft="4dip" />
<TextView
android:id="@+id/value"
android:layout_width="wrap_content"
@@ -37,7 +38,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textStyle="normal"
android:singleLine="true"
- android:layout_marginBottom="2dip"
- android:layout_marginTop="2dip"
- android:layout_marginRight="4dip"/>
+ android:layout_marginBottom="4dip"
+ android:layout_marginTop="4dip"
+ android:layout_marginRight="10dip"/>
</RelativeLayout>