Loading packages/SystemUI/res/layout/notification_info.xml +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ asked for it --> android:clipToPadding="false"> <TextView android:id="@+id/done" android:text="@string/inline_done_button" android:text="@string/inline_ok_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" Loading @@ -191,7 +191,7 @@ asked for it --> android:orientation="horizontal"> <TextView android:id="@+id/deliver_silently" android:text="@string/inline_deliver_silently_button" android:text="@string/inline_silent_button_silent" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" Loading packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1580,6 +1580,9 @@ <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] --> <string name="inline_done_button">Done</string> <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] --> <string name="inline_ok_button">OK</string> <!-- Notification Inline controls: continue receiving notifications prompt, channel level --> <string name="inline_keep_showing">Keep showing these notifications?</string> Loading Loading
packages/SystemUI/res/layout/notification_info.xml +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ asked for it --> android:clipToPadding="false"> <TextView android:id="@+id/done" android:text="@string/inline_done_button" android:text="@string/inline_ok_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" Loading @@ -191,7 +191,7 @@ asked for it --> android:orientation="horizontal"> <TextView android:id="@+id/deliver_silently" android:text="@string/inline_deliver_silently_button" android:text="@string/inline_silent_button_silent" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" Loading
packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1580,6 +1580,9 @@ <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] --> <string name="inline_done_button">Done</string> <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] --> <string name="inline_ok_button">OK</string> <!-- Notification Inline controls: continue receiving notifications prompt, channel level --> <string name="inline_keep_showing">Keep showing these notifications?</string> Loading