Merge "Make snooze view taller" into udc-dev am: 0f3e9bd531

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22572284

Change-Id: I015a4e519cd5b973c6040ed8a7d07919d751fb70
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Julia Reynolds
2023-04-13 13:43:29 +00:00
committed by Automerger Merge Worker

View File

@@ -21,6 +21,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:paddingTop="2dp"
android:paddingBottom="2dp"
android:background="?androidprv:attr/colorSurface" android:background="?androidprv:attr/colorSurface"
android:theme="@style/Theme.SystemUI"> android:theme="@style/Theme.SystemUI">