-
Notifications
You must be signed in to change notification settings - Fork 305
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
Widgets #181
Widgets #181
Conversation
Also: I was not sure what the reviewer meant in #100 (comment) |
For the question about the review, my point is: Using "Linear+ImageView+TextView" to display an image on the left side of a TextView is like directly using the attribute |
Awesome! I'll look into this, thanks. Just curious: are the tests broken or something? I'll try to run the tests locally and see if I get the same NullPointerExceptions that Travis seems to be getting. |
Can you also remove the You may add it to |
Alright, so, it seems that the unit tests are failing for me locally as well, I feel like we might want to handle that in a separate pull request or possibly master? I could just pull them back in here. |
As well, I'll look into the |
Continuation off of #100 (due to inactivity)