Notif history styling updates

Test: manual
Fixes: 185625272
Change-Id: Ie9d62573b2c6480b84ab9172beccf519e7e880dc
This commit is contained in:
Julia Reynolds
2021-04-21 10:55:51 -04:00
parent 4752ea17b9
commit e8a33e0c83
2 changed files with 4 additions and 7 deletions

View File

@@ -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 -->

View File

@@ -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"