Merge "Remove explicit number from string" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fe310a86de
@@ -186,9 +186,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/today_header"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:text="@string/notification_history_today"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textAppearance="@style/TextAppearance.HomepageCardTitle"
|
||||
android:paddingBottom="16dp" />
|
||||
|
@@ -5722,7 +5722,7 @@
|
||||
<string name="notification_log_title">Notification log</string>
|
||||
|
||||
<string name="notification_history_title">Notification history</string>
|
||||
<string name="notification_history_today">Last 24 hours</string>
|
||||
<string name="notification_history_today">Last %d hours</string>
|
||||
<string name="notification_history_snooze">Snoozed</string>
|
||||
<string name="notification_history_dismiss">Recently dismissed</string>
|
||||
|
||||
|
Reference in New Issue
Block a user