Notif history styling updates
Test: manual
Fixes: 185625272
Change-Id: Ie9d62573b2c6480b84ab9172beccf519e7e880dc
diff --git a/res/layout/notification_history.xml b/res/layout/notification_history.xml
index fdcecb3..0b0e1d5 100644
--- a/res/layout/notification_history.xml
+++ b/res/layout/notification_history.xml
@@ -146,7 +146,6 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/notification_list"
- android:elevation="1dp"
android:background="@drawable/rounded_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -170,7 +169,6 @@
android:paddingBottom="16dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/notification_list"
- android:elevation="1dp"
android:background="@drawable/rounded_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -194,7 +192,6 @@
android:id="@+id/apps"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:elevation="1dp"
android:orientation="vertical"
android:background="@drawable/rounded_bg">
<!-- app based recycler views added here -->
diff --git a/res/layout/notification_history_app_layout.xml b/res/layout/notification_history_app_layout.xml
index 78f2ef4..7c6e5a3 100644
--- a/res/layout/notification_history_app_layout.xml
+++ b/res/layout/notification_history_app_layout.xml
@@ -26,9 +26,9 @@
android:layout_width="match_parent"
android:clipChildren="true"
android:background="@drawable/button_ripple_radius"
- android:paddingTop="24dp"
+ android:paddingTop="20dp"
android:orientation="horizontal"
- android:paddingBottom="22dp"
+ android:paddingBottom="18dp"
android:paddingStart="16dp">
<ImageView
android:id="@+id/icon"
@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
- android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification"/>
+ android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification.Title"/>
<TextView
android:id="@+id/count"
android:layout_height="wrap_content"
@@ -58,7 +58,7 @@
android:layout_gravity="start|center_vertical"
android:textDirection="locale"
android:paddingTop="4dp"
- android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification.Title"/>
+ android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification"/>
</LinearLayout>
<include layout="@*android:layout/notification_expand_button"