Loading packages/SystemUI/res/layout/status_bar_notification_footer.xml +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ android:layout_height="wrap_content" android:layout_gravity="start" android:focusable="true" android:contentDescription="@string/accessibility_manage_notification" android:text="@string/manage_notifications_text" android:textColor="?attr/wallpaperTextColor" android:textAllCaps="false"/> Loading packages/SystemUI/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,8 @@ <string name="accessibility_scanning_face">Scanning face</string> <!-- Click action label for accessibility for the smart reply buttons (not shown on-screen).". [CHAR LIMIT=NONE] --> <string name="accessibility_send_smart_reply">Send</string> <!-- Content description of the manage notification button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_manage_notification">Manage notifications</string> <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] --> <string name="unlock_label">unlock</string> <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] --> Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FooterView.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ public class FooterView extends StackScrollerDecorView { mDismissButton.setContentDescription( mContext.getString(R.string.accessibility_clear_all)); mManageButton.setText(R.string.manage_notifications_text); mManageButton.setContentDescription( mContext.getString(R.string.accessibility_manage_notification)); } public boolean isButtonVisible() { Loading Loading
packages/SystemUI/res/layout/status_bar_notification_footer.xml +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ android:layout_height="wrap_content" android:layout_gravity="start" android:focusable="true" android:contentDescription="@string/accessibility_manage_notification" android:text="@string/manage_notifications_text" android:textColor="?attr/wallpaperTextColor" android:textAllCaps="false"/> Loading
packages/SystemUI/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,8 @@ <string name="accessibility_scanning_face">Scanning face</string> <!-- Click action label for accessibility for the smart reply buttons (not shown on-screen).". [CHAR LIMIT=NONE] --> <string name="accessibility_send_smart_reply">Send</string> <!-- Content description of the manage notification button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_manage_notification">Manage notifications</string> <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] --> <string name="unlock_label">unlock</string> <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] --> Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FooterView.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ public class FooterView extends StackScrollerDecorView { mDismissButton.setContentDescription( mContext.getString(R.string.accessibility_clear_all)); mManageButton.setText(R.string.manage_notifications_text); mManageButton.setContentDescription( mContext.getString(R.string.accessibility_manage_notification)); } public boolean isButtonVisible() { Loading