Skip to main content

Questions tagged [textview]

Text View is an UI element that allows users to view and/or modify the displayed text. Use this tag for programming questions related text views, and add the relevant programming language or technology tag to get more exposure for your question. General UX questions regarding where to place a text view, and other similar opinion based questions are not on topic for Stack Overflow.

0 votes
1 answer
14 views

Android TextView typing imitation - problem with text jumping

I have TextView where text is appearing slowly imitating that it was typed in. It works great but I want to get rid of jumping text which happens every time when word is wrapping to the new line. Here ...
Mike Keskinov's user avatar
1 vote
0 answers
42 views

colon(:) considered As a dot (.) when its going to set in textview android

I have some string that are coming from API response. when I trying to set that string to android TextView it will convert : (colon) character to . (dot) character. Name : Learning Always shows As ...
Learning Always's user avatar
0 votes
0 answers
19 views

Android Studio Scroll only Text in textview inside RecyclerView but not all page

I have a problem with RecyclerView. When I fill my descTextView to my adapter file. DescTextView Scrool is not working. I want to scrool just text in descTextView. If i change layout_height to ...
Hakan ÖZGÜR's user avatar
0 votes
1 answer
20 views

How can I setText() inbetween sequential animations of TextView object?

I have a TextView that I'd like to slide out of screen, then change the text, then slide back into view. I have the animation in xml.. <?xml version="1.0" encoding="utf-8"?> ...
slowcoder's user avatar
-1 votes
1 answer
35 views

android studio - how to add a new textView by pressing button in scrollView in fragment

there is a certain button, when pressed, a new TextView should appear in ScrollView, but the problem is that all solutions to similar tasks are made for activity, and i need it for Fragment, and you ...
tumannick's user avatar
1 vote
0 answers
11 views

Text appears in Bottom Navigation Toggle in the application

There is text in navigation view. The text in bottom navifation view is the value of textview with id="audioUtils". The textview is required to represent value in detailed_information.xml ...
Shekhar Suman's user avatar
0 votes
0 answers
26 views

How to Dynamically Resize the Item Width or the Font Size in the Item in a LazyColumn in Jetpack Compose

I am using a LazyColumn to display the name of a person in a vertical style so that it could be seen amongst the crowd easily. But I want the font size of the characters in the list to dynamically ...
Mohammed Mustafa Ali's user avatar
0 votes
0 answers
32 views

The last letter in the TextView is cut off

I have a TextView containing Arabic letters, the text is long. At the end of each line, the text gets cut off. How to overcome this? This is my XML <LinearLayout android:id=&...
Muspedia indonesia's user avatar
0 votes
1 answer
43 views

How to increase space inside Text Field in compose

I am using a text field with a size constraint, The text that I am typing in does not go to the very end, it seems there is padding. When I use trailing icons then it gets worse, trailing icons take ...
Pawandeep Singh's user avatar
1 vote
0 answers
38 views

TextView - Arabic text is truncated

I have a text display filled with Arabic. The text contains long sentences. Every line that has the longest sentence, the text is truncated. How to solve it? <LinearLayout android:gravity="...
Muspedia indonesia's user avatar
1 vote
1 answer
20 views

Android SDK: Set dashed underline for a word

I've already implemented some spanning using existing ForegroundColorSpan and BackgroundColorSpan. Now, I need to select a word via dashed underline. I googled it up and found an example: How do I ...
Corec's user avatar
  • 111
0 votes
0 answers
33 views

How to implement Veritcal Trim from Figma in Android

We are building a new Design System and designers proposed to use Figma's new feature Vertical Trim to better manage margins. So far, I haven't been able to find a way to implement it in native ...
suue's user avatar
  • 325
1 vote
0 answers
45 views

How to change individual views within another view?

I am working on a way to create a letterBox that is composed of a rounded rectangle, invisible text field, and Text view that displays the last letter in the text field. This letterBox is then put in ...
user24683848's user avatar
0 votes
0 answers
19 views

TextView fadeEdge to fade text on the left side

I have a text view to display the digits entered by the user. I want to add fading to the left of the text when the digit entered is long and cannot fit in the textView. I.e I want the least recently ...
jackJerryoop's user avatar
0 votes
0 answers
16 views

Constraint Layout for textview wrap for single and multiple line with icon

I have a constraint layout which contains a textview and a info icon (clickable) and value text next to it. I want to reduce the gap to 4 px between text and icon. I can reduce the gap by set the ...
AppDisc's user avatar

15 30 50 per page
1
2 3 4 5
941