28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From 8b9a1e5df3dd1b25b2cf9d83eca1353327697796 Mon Sep 17 00:00:00 2001
|
|
From: Pierre-Hugues Husson <phh@phh.me>
|
|
Date: Sat, 6 Mar 2021 18:39:15 -0500
|
|
Subject: [PATCH 41/41] Make secondary displays' lock screen black. Useful for
|
|
Moto Razr AOD
|
|
|
|
---
|
|
.../SystemUI/res-keyguard/layout/keyguard_presentation.xml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_presentation.xml b/packages/SystemUI/res-keyguard/layout/keyguard_presentation.xml
|
|
index f4d34f4ca141..58650b26ceaf 100644
|
|
--- a/packages/SystemUI/res-keyguard/layout/keyguard_presentation.xml
|
|
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_presentation.xml
|
|
@@ -22,7 +22,8 @@
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/presentation"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent">
|
|
+ android:layout_height="match_parent"
|
|
+ android:background="@android:color/black">
|
|
<!-- This is mostly keyguard_status_view.xml with minor modifications -->
|
|
<com.android.keyguard.KeyguardStatusView
|
|
android:id="@+id/clock"
|
|
--
|
|
2.25.1
|
|
|