diff options
| author | 2021-05-20 19:58:25 +0000 | |
|---|---|---|
| committer | 2021-05-20 19:58:25 +0000 | |
| commit | 7ed7f6fb8b4184f02be710173f4ac1f76c4a46b6 (patch) | |
| tree | 0078828e765e94290bb038987e8767eb3c838987 | |
| parent | 0abd3000eb6d33c78d942ad4c6477d0d7ba87325 (diff) | |
| parent | 2a147b04b1ac156b5ed1358185531baaf56ddd18 (diff) | |
Merge "Add theme to widget mask to have light/dark mode" into sc-dev
| -rw-r--r-- | core/res/res/layout/work_widget_mask_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/work_widget_mask_view.xml b/core/res/res/layout/work_widget_mask_view.xml index a6fb17aa4f6d..21f1bf413fa9 100644 --- a/core/res/res/layout/work_widget_mask_view.xml +++ b/core/res/res/layout/work_widget_mask_view.xml @@ -15,6 +15,7 @@ Copyright (C) 2015 The Android Open Source Project limitations under the License. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:theme="@android:style/Theme.DeviceDefault.DayNight" android:id="@android:id/background" android:layout_width="match_parent" android:layout_height="match_parent" |