RealTextView
RealTextView copied to clipboard
A new textview for Android that includes a compilation of libaries to make a real TextView
On the sample itself, there are 2 examples that say that the TextView will shrink down to X sp, but it actually doesn't, even though the size is tiny and...
instead of using XML, try to add the view programmatically. The text won't auto-fit. Instead, it will have quite a small font. Here's a small snippet to show the issue:...
Try this XML tag to be added to the sample's "view_activity_example_main.xml" file : ``` ``` Then try to press ENTER twice inside the RealEditText. The bug:it crashes. Here's the log:...
I'm getting a manifest merge error related to the icon specified in the manifest.