summaryrefslogtreecommitdiff
path: root/res/layout/ongoing_usage_dialog_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/ongoing_usage_dialog_content.xml')
-rw-r--r--res/layout/ongoing_usage_dialog_content.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/ongoing_usage_dialog_content.xml b/res/layout/ongoing_usage_dialog_content.xml
index 100c9d7a0..f9a0f07f0 100644
--- a/res/layout/ongoing_usage_dialog_content.xml
+++ b/res/layout/ongoing_usage_dialog_content.xml
@@ -44,6 +44,14 @@
android:id="@+id/other_use_content"
style="@style/PermissionUsageDialogOtherUseContent"/>
+ <View
+ android:id="@+id/other_use_inside_spacer"
+ style="@style/PermissionUsageDialogOtherUseInsideSpacer"/>
+
+ <TextView
+ android:id="@+id/system_use_content"
+ style="@style/PermissionUsageDialogSystemUseContent"/>
+
</LinearLayout>
</ScrollView>