summaryrefslogtreecommitdiffstats
path: root/res/layout/power_usage_detail_item_text.xml
diff options
context:
space:
mode:
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>