diff options
Diffstat (limited to 'res/layout/power_usage_details.xml')
-rw-r--r-- | res/layout/power_usage_details.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/power_usage_details.xml b/res/layout/power_usage_details.xml index 206eb05..8aa625f 100644 --- a/res/layout/power_usage_details.xml +++ b/res/layout/power_usage_details.xml @@ -96,6 +96,7 @@ <TextView android:id="@+id/controls_section_title" style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="6dip" android:text="@string/controls_subtitle" /> <RelativeLayout @@ -130,6 +131,7 @@ <TextView android:id="@+id/packages_section_title" style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="6dip" android:text="@string/packages_subtitle" /> <LinearLayout |