diff options
Diffstat (limited to 'res/layout/installed_app_details.xml')
-rw-r--r-- | res/layout/installed_app_details.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index 3b8bf5f..5dae07e 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -49,6 +49,11 @@ layout="@layout/two_buttons_panel" android:id="@+id/control_buttons_panel"/> + <!-- Force stop and uninstall buttons --> + <include + layout="@layout/two_buttons_panel" + android:id="@+id/more_control_buttons_panel"/> + <!-- Ban notifications for this package --> <CheckBox android:id="@+id/notification_switch" android:layout_width="wrap_content" |