From dcf32d11f0605047aa61021aabd98467f5b23dd1 Mon Sep 17 00:00:00 2001 From: Nick Ning Date: Tue, 28 Dec 2021 16:01:30 +0000 Subject: [PATCH] Implement the native Dream Clock Implement the native view of the clock for faster rendering with transparent background in the Complications Layer for the Dream Overlay per go/android-dream-clock design. Bug: 207681440 Test: manual Change-Id: I9d8a1476db0a8d9717d2ad794d285707d1abaa96 --- .../dream_overlay_complications_layer.xml | 50 +++++++++++++++++++ .../res/layout/dream_overlay_container.xml | 2 + 2 files changed, 52 insertions(+) create mode 100644 packages/SystemUI/res/layout/dream_overlay_complications_layer.xml diff --git a/packages/SystemUI/res/layout/dream_overlay_complications_layer.xml b/packages/SystemUI/res/layout/dream_overlay_complications_layer.xml new file mode 100644 index 0000000000000..f898ef65213ad --- /dev/null +++ b/packages/SystemUI/res/layout/dream_overlay_complications_layer.xml @@ -0,0 +1,50 @@ + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/dream_overlay_container.xml b/packages/SystemUI/res/layout/dream_overlay_container.xml index 4929f502fef0f..c6b502ec91b0f 100644 --- a/packages/SystemUI/res/layout/dream_overlay_container.xml +++ b/packages/SystemUI/res/layout/dream_overlay_container.xml @@ -28,6 +28,8 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" /> + +