summaryrefslogtreecommitdiff
path: root/packages/SystemUI/res/layout/keyguard_bottom_area.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout/keyguard_bottom_area.xml')
-rwxr-xr-xpackages/SystemUI/res/layout/keyguard_bottom_area.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index 7aeca7f30639..ebb01f6028d2 100755
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -17,7 +17,6 @@
<com.android.systemui.statusbar.phone.KeyguardBottomAreaView
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
android:id="@+id/keyguard_bottom_area"
android:layout_height="match_parent"
android:layout_width="match_parent"
@@ -123,7 +122,8 @@
android:layout_height="match_parent">
<include layout="@layout/keyguard_bottom_area_overlay" />
-
</FrameLayout>
+ <include layout="@layout/ambient_indication"
+ android:id="@+id/ambient_indication_container" />
</com.android.systemui.statusbar.phone.KeyguardBottomAreaView>