Posts by Matheus Warmeling Matias • 26 points
2 posts
-
0
votes1
answer47
viewsA: How do not have a miss click on the next screen?
I believe that if you disable the button while in delay already solve. myButton.setEnabled(false);
-
1
votes1
answer149
viewsA: Bottomnavigationview Problem: Unable to find Resource ID
I tried to remove the property below to test: android:background="?android:attr/windowActionBar" If it doesn’t work, in the topic below there are several possible solutions to this error.…