Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx: Floating Action Button (FAB) Missing Accessible Label #1370

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Avinash-Codes
Copy link
Contributor

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with gradlew connectedObaGoogleDebugAndroidTest to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them for the initial submission of the pull request. When addressing comments on a pull request, please push a new commit per comment when possible (reviewers will squash and merge using GitHub merge tool)

fixes #1352

video_2025-04-02_14-24-13.mp4

@Avinash-Codes
Copy link
Contributor Author

@amrhossamdev Ready for review 😃

@amrhossamdev amrhossamdev self-requested a review April 3, 2025 20:02
Copy link
Member

@amrhossamdev amrhossamdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done please check my comments and please rebase against main.

mLayersFab.setButtonIconResource(R.drawable.ic_layers_white_24dp);
mLayersFab.setButtonBackgroundColour(ContextCompat.getColor(this, R.color.theme_accent));

// Find and set content description on the card view (the actual clickable element)
View fabCard = mLayersFab.findViewById(R.id.fab_card);

// Find and set content description on the card view (the actual clickable element)
View fabCard = mLayersFab.findViewById(R.id.fab_card);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check build errors here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Label for Floating Action Button (FAB)
2 participants