-
Notifications
You must be signed in to change notification settings - Fork 364
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
How to create custom text overlay for each individual element #102
Comments
I read some comments and you said setOverLay() for each target, does it mean for 4 buttons, i need to duplicate the same overlay with different text for 4 times, 1 button needs 1 layout ? If i misunderstood your lines, please correct my understanding! |
I do not understand what you are trying to do and what is the problem. Could you clarify a bit more about these?
|
@theherrsherofthunder You need to feed diferent layouts for the inflater, not this one
|
let's say, i have 4 buttons, A, B, C, D, everytime i click to one of them, something will pop up, how do i change the change and draw and whatever i want for each of them? i have read your comments about still havent figured out the way to do it!!!
this is my code: those buttons are filters to apply for photos in my projects: If i tried to setText()
I want to do like the one you did here: for each button, i want to have its own text and description
The text was updated successfully, but these errors were encountered: