Merge "Remove keyguard_indication_area_overlay" into qt-qpr1-dev
This commit is contained in:
@@ -24,7 +24,35 @@
|
|||||||
android:outlineProvider="none"
|
android:outlineProvider="none"
|
||||||
android:elevation="5dp" > <!-- Put it above the status bar header -->
|
android:elevation="5dp" > <!-- Put it above the status bar header -->
|
||||||
|
|
||||||
<include layout="@layout/keyguard_indication_area_overlay" />
|
<LinearLayout
|
||||||
|
android:id="@+id/keyguard_indication_area"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginBottom="@dimen/keyguard_indication_margin_bottom"
|
||||||
|
android:layout_gravity="bottom|center_horizontal"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<com.android.systemui.statusbar.phone.KeyguardIndicationTextView
|
||||||
|
android:id="@+id/keyguard_indication_enterprise_disclosure"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:gravity="center"
|
||||||
|
android:paddingStart="@dimen/keyguard_indication_text_padding"
|
||||||
|
android:paddingEnd="@dimen/keyguard_indication_text_padding"
|
||||||
|
android:textAppearance="@style/TextAppearance.Keyguard.BottomArea"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
|
<com.android.systemui.statusbar.phone.KeyguardIndicationTextView
|
||||||
|
android:id="@+id/keyguard_indication_text"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:gravity="center"
|
||||||
|
android:paddingStart="@dimen/keyguard_indication_text_padding"
|
||||||
|
android:paddingEnd="@dimen/keyguard_indication_text_padding"
|
||||||
|
android:textAppearance="@style/TextAppearance.Keyguard.BottomArea"
|
||||||
|
android:accessibilityLiveRegion="polite"/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/preview_container"
|
android:id="@+id/preview_container"
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:id="@+id/keyguard_indication_area"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginBottom="@dimen/keyguard_indication_margin_bottom"
|
|
||||||
android:layout_gravity="bottom|center_horizontal"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<include layout="@layout/keyguard_indication_text_view" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<com.android.systemui.statusbar.phone.KeyguardIndicationTextView
|
|
||||||
android:id="@+id/keyguard_indication_enterprise_disclosure"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center"
|
|
||||||
android:paddingStart="@dimen/keyguard_indication_text_padding"
|
|
||||||
android:paddingEnd="@dimen/keyguard_indication_text_padding"
|
|
||||||
android:textAppearance="@style/TextAppearance.Keyguard.BottomArea"
|
|
||||||
android:visibility="gone"/>
|
|
||||||
|
|
||||||
<com.android.systemui.statusbar.phone.KeyguardIndicationTextView
|
|
||||||
android:id="@+id/keyguard_indication_text"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center"
|
|
||||||
android:paddingStart="@dimen/keyguard_indication_text_padding"
|
|
||||||
android:paddingEnd="@dimen/keyguard_indication_text_padding"
|
|
||||||
android:textAppearance="@style/TextAppearance.Keyguard.BottomArea"
|
|
||||||
android:accessibilityLiveRegion="polite"/>
|
|
||||||
</merge>
|
|
||||||
Reference in New Issue
Block a user