mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Add content descriptions to task bar nav buttons
Fixes: 209608812 Test: manual Change-Id: Iba50abfb2a3d33104b6d88574df0bc7b5daf1d3a
This commit is contained in:
@@ -433,6 +433,8 @@ public class NavbarButtonsViewController {
|
||||
@LayoutRes int layoutId) {
|
||||
ImageView buttonView = addButton(parent, id, layoutId);
|
||||
buttonView.setImageResource(drawableId);
|
||||
buttonView.setContentDescription(parent.getContext().getString(
|
||||
navButtonController.getButtonContentDescription(buttonType)));
|
||||
buttonView.setOnClickListener(view -> navButtonController.onButtonClick(buttonType));
|
||||
buttonView.setOnLongClickListener(view ->
|
||||
navButtonController.onButtonLongClick(buttonType));
|
||||
|
||||
Reference in New Issue
Block a user