From 2b40f44dfe99b6af9117f04616eafdc7cc7681d2 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Mon, 7 Jun 2021 09:04:26 -0400 Subject: [PATCH] Update notification blocking ui theming Test: manual inspection Fixes: 187656252 Change-Id: I82ba71abd7858a301a065492340a00fcf4203fc3 --- .../SystemUI/res/drawable/rounded_bg_full.xml | 3 +- .../SystemUI/res/layout/notif_half_shelf.xml | 17 ++- .../res/layout/notif_half_shelf_row.xml | 117 ++++++++++-------- 3 files changed, 75 insertions(+), 62 deletions(-) diff --git a/packages/SystemUI/res/drawable/rounded_bg_full.xml b/packages/SystemUI/res/drawable/rounded_bg_full.xml index e0d3f63e8f40a..967c57b0c3704 100644 --- a/packages/SystemUI/res/drawable/rounded_bg_full.xml +++ b/packages/SystemUI/res/drawable/rounded_bg_full.xml @@ -1,7 +1,8 @@ - + + android:maxLines="2" + android:textColor="?android:attr/textColorPrimary" + android:fontFamily="@*android:string/config_headlineFontFamilyMedium" + android:textSize="16sp" + /> - - + - - - - - - + + + - - + android:layout_width="0dp" + android:layout_weight="1" + android:layout_gravity="center_vertical" + android:gravity="left|center_vertical" + android:orientation="vertical" + > + - + + + + + +