textview tag

25 questions


1 answers
112 views
0
I want to scroll through the text view~~

I'm printing text views almost full, so I think it'd be nice if I could scroll through them.What should I do?final TextView tv = new TextView(this); tv.setBackgroundResource(R.drawable.splash); tv.set...

1 years ago

1 answers
102 views
0
Is it possible to apply multiple styles in a text view?

For example, tv.setText(line1 + \n + line2 + \n + word1 + \t + word2 + \t + word3);If there is a sentence like this, I would like to apply different styles for each line1, line2, word1, word2The sauce...

1 years ago

1 answers
134 views
0
How do I change the font of TextView on Android?

I'd like to change android:fontFamily on Android. I've never seen a predefined font on Android, so how do I choose one of the predefined fonts? I don't need to define my font, but I want to change it ...


1 answers
67 views
0
Adding Shadow Effects to Android TextView

I want to add a shadow effect to TextView, what should I do?

1 years ago

1 answers
125 views
0
To output characters in a text view in a right alignment

I'd like to right-sort the letters in Android TextViewIn the Gravity property,android:gravity=rightI gave it to you like this, but it doesn't work. What did you do wrong?


1 answers
126 views
0
Hello, I have a question about Android Studio.

I'm using a method called MultiautocompleteTextview.Is it possible to apply this to the mobile custom keyboard that was made separately (?)?Originally, this method is used when you enter a specific wo...


1 answers
72 views
0
I used textview, but I can't see it if I run it crying

For information on textview, see android:id=@+id/useagree android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginLeft=8dp android:layout_toEndOf=@+id/agree and...

1 years ago

1 answers
87 views
0
Can I change the color of half of Android textview?

If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.

1 years ago

1 answers
130 views
0
Rotation to TextView (vertical characters)

I gave -90.0 to rotation to mark the text vertically, but there was a problem here, so I'm asking you a question ㅠ

1 years ago

1 answers
134 views
0
How do I add borders up and down in Android view?

I added attributes to android:drawableTop and android:drawablebottom like the code below to put a black border line on the text view, but the view itself turned black.<TextView android:background=@...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.