Top "Textview" questions

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

how to set a text over an imageView?

I am placing an application bar on the top of the screen and it looks as the following figure: Now …

android android-layout android-imageview textview
Android: Coloring part of a string using TextView.setText()?

I am looking to change the text of a TextView view via the .setText("") method while also coloring a part …

android textview
how to set cornerRadius for only bottom-left,bottom-right and top-left corner textview?

How to set corner radius only only bottom-left,bottom-right and top-left corner textview? let rectShape = CAShapeLayer() rectShape.backgroundColor = UIColor.redColor().…

swift textview rounded-corners
How to apply shadow to ImageView?

I want to apply shadow to the ImageView. When I'm applying shadow to a TextView I'm getting it but same …

android android-imageview textview shadow
Kotlin addTextChangeListener lambda?

How do you build a lambda expression for the EditText addTextChangeListener in Kotlin? Below gives an error: passwordEditText.addTextChangedListener { charSequence …

android kotlin textview anko
Vertical (rotated) label in Android

I need 2 ways of showing vertical label in Android: Horizontal label turned 90 degrees counterclockwise (letters on the side) Horizontal label …

android label textview vertical-alignment
Android: Want to set custom fonts for whole application not runtime

Is it possible to set any custom font in every control of the application? And not necessarily runtime ? (i.e. …

android fonts textview android-fonts
Android - Expandable TextView with Animation

I have a TextView which firstly shows a small portion of a long text. The user can press a "see …

android android-animation textview
How to make the textview blinking

Guys i have a textview which i need it to be blinking please help me with it. <TextView android:…

android android-animation textview
I want text view as a clickable link

<TextView android:id="@+id/link" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" …

android hyperlink textview clickable