-
Notifications
You must be signed in to change notification settings - Fork 792
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
Write the widget in xml ,but show nothing in screen.Anything wrong? #63
Comments
<com.ms.square.android.expandabletextview.ExpandableTextView Set your text to the "@+id/expand_text_view" not in "@id/expandable_text". It will work |
@AhmMhd @Manabu-GT I am having the same problem. The view is not inflating or being recognized in my xml for some reason. I have it in its own xml in a linear layout but the linear layout is showing empty and when I click on the layout nothing in the blueprint is highlighting. Any suggestions? |
never mind, figured it out =] |
Can you please tell me the solution? |
I had to put the linear layout in a scrollview for it to be visible. It's still not showing in my blueprint but when I run it on my emu or phone it shows up.
|
No description provided.
The text was updated successfully, but these errors were encountered: