Top "Textview" questions

Text View is an UI element that allows users to view and/or modify the displayed text.

How to Dynamically set text to TextView?

I want to display the connected ssid and ip address when the activity starts. It contais an image view (for …

android textview settext
Sizing an Android multi-line TextView

I have an Activity where I want to display a heading that takes up the top quarter of the app …

android textview android-layout android-ui sizing
How add TextView in middle of SeekBar thumb?

I am working in Android. I want to make a SeekBar. In thumb of SeekBar i want to show progress (…

android android-layout view textview seekbar
TextView android:ellipsize="marquee" not working as expected

I have some custom elements in a ListView and each element is, up to know, just a TextView in a …

android textview marquee
Android intercept paste\copy\cut on editText

How can I intercept this kind of events ? I need to add some logic when the user trying to paste …

android textview android-edittext textwatcher
Hyphenation in Android

As part of internationalizing an Android application I have come across the need to dynamically word wrap or hyphenate at …

android textview word-wrap hyphenation
How to Measure TextView Height Based on Device Width and Font Size?

I am looking for method in Android that will take a input (text, text_font_size, device_width) and based …

android android-layout android-canvas android-view textview
Align top of image to top of TextView

I want to create a layout that aligns the top of an image to the top of a TextView like …

android android-layout textview drawable vertical-alignment
Removing Strikethrough from TextView

I'm using this line below in order to set a strikethrough on my TextView: tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_…

android android-listview textview flags strikethrough
how to remove underline for textview in android

I have seen many questions regarding removing of underline for autolink of textview. But for me, I am unable to …

textview underline