Merge "Fix 'history' text" into rvc-dev

This commit is contained in:
Julia Reynolds
2020-02-27 21:00:44 +00:00
committed by Android (Google) Code Review

View File

@@ -33,8 +33,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="start" android:layout_gravity="start"
android:focusable="true" android:focusable="true"
android:contentDescription="@string/accessibility_manage_notification" android:contentDescription="@string/manage_notifications_history_text"
android:text="@string/manage_notifications_text" android:text="@string/manage_notifications_history_text"
/> />
<com.android.systemui.statusbar.notification.row.FooterViewButton <com.android.systemui.statusbar.notification.row.FooterViewButton
style="@style/TextAppearance.NotificationSectionHeaderButton" style="@style/TextAppearance.NotificationSectionHeaderButton"