textview tag

25 questions


1 answers
109 views
0
I want the text in TextView to flow from left to right, what should I do?

I'm making an app, and I want to keep the text view flowing at the top of the app as an announcement, so I don't know what to doI don't know. Masters, please teach us.

1 years ago

1 answers
74 views
0
How to create a border in a text view

Is it possible to draw a border around the text view?


1 answers
134 views
0
Can I change the color of TextView's text with the code?

When you change the color of TextView in XML, you change the textColor property like android:textColor=#FF0000

1 years ago

1 answers
96 views
0
How do I change the text view on Android?

I want to put a line change in the text view in xml, but \n doesn't work properly when I see it as a visual editor.What should I do?<TextView android:id=@+id/txtTitlevalue android:text=Line1: \n-Li...

1 years ago

1 answers
115 views
0
I'd like to place the TextView in the middle horizontally...

I want to print out a text view in the middle of the screen, what should I do??

1 years ago

1 answers
61 views
0
Can I have SpanableString wrap certain parts into different text?

In the SpanableString variable, click here. http://go.com is includedI'd like to change http://go.com to the text link and show it to you. Inside, we would like to keep http://go.com as is.When I sear...


1 answers
121 views
0
I'd like to put a link to the text view

<TextView android:layout_width=wrap_content android:layout_height=wrap_content android:text=@string/txtCredits android:autoLink=web android:id=@+id/infoTxtCredits android:layout_centerInParent=true...


1 answers
134 views
0
What does ems mean in Android text view?

If you look at the document,android:ems setEms(int)It looks like this. Makes the TextView be exactly this many ems wide.It's in English, but I don't know what it means.


1 answers
100 views
0
How do I print text with HTML grammar in a text view?

<h2>Title</h2><br><p>description here</p>I want to apply this code to the text view and print it out, what should I do?


1 answers
55 views
0
Can you give layout_weight to the text view with code?

I want to dynamically create TableRow in TableLayout. There are two items in Table Row: TextView and CheckBox. I'm going to give a weight of 1 for the text viewI don't know how to search the document.

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.