summaryrefslogtreecommitdiffstats
path: root/res/layout/power_usage_details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/power_usage_details.xml')
-rw-r--r--res/layout/power_usage_details.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/power_usage_details.xml b/res/layout/power_usage_details.xml
index 18781a9..23be53f 100644
--- a/res/layout/power_usage_details.xml
+++ b/res/layout/power_usage_details.xml
@@ -87,6 +87,17 @@
</RelativeLayout>
</LinearLayout>
+ <!-- Force stop and report buttons -->
+ <LinearLayout
+ android:id="@+id/two_buttons_panel"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingBottom="6dip"
+ android:orientation="vertical">
+ <include
+ layout="@layout/two_buttons_panel"/>
+ </LinearLayout>
+
<TextView
style="?android:attr/listSeparatorTextViewStyle"
android:text="@string/details_subtitle" />