I have got a tech problem of implementing the reflection effect for TextView, in order to create a Clock/Timer. I have read many articles about this, but they are all about adding reflection effect fo
I\'m using the FontFitTextView that was posted in this other thread, but it isn\'t working exactly right for me. The measureText() call is returning a number that is obviously too small to display the
I\'m trying to print the value of the TextViews which are inside TableRows, using TableLayout#getChildAt(i).getChildAt(j).
I am using two textview to display links from database, I managed to change link colors but I want to remove the underline
I have a context menu on a TextView representing a user name in my app. When the context menu appears I want to have certain options such as View Statistics etc. The context menu is appearing fine and
I am trying to build an android application for a message board. To display formatted html for the post contents I have chosen the TextView and the Html.fromHtml() method. That, unfortunately, covers
I have inflated a View into a PopupWindow. This View includes a TextView where I want to place text at runtime. I need to count the number of lines the TextView uses in order to adjust the size of the
I\'m using shape attribute like this: <?xml version=\"1.0\" encoding=\"utf-8\"?> <shape xmlns:android=\"http://schemas.android.com/apk/res/android\"
I have an Activity where I want to display a heading that takes up the top quarter of the app and displays a dynamic set of text. In some cases it\'ll all fit on one line and I\'d like the font size t
I have a multi-line TextView that has android:ellipsize=\"end\" set. I would like to know, however, if the string I place in there is actually too long (so that I may make sure the full string is show