textview tag

25 questions


1 answers
76 views
0
Style to apply the same bold italics are just as in the Text View.

Is there a way to apply bold or italic style to text view with java code instead of XML?Android:textStyle in xml.


1 answers
122 views
0
I want to give 20% transparency to the background on Android.

When I make a text view on Android, if there is a background color in the text view, I want to give it about 20% transparency. What should I do?


1 answers
98 views
0
Can I process it separately when I enter "Enter" in EditText?

If you type Enter while typing in EditText, I want to process it like an onSubmit event in HTML.Well, I'm trying to make it work like a move or an on-Submit when I click on the Done button on the virt...


1 answers
82 views
0
I want to change the hyperlink color of TextView

<TextView android:layout_width=fill_parent android:layout_height=fill_parent android:id=@+id/hyperlink android:text=@string/hyperlink android:autoLink=web/>I'm using hyperlinks like this. Th...

1 years ago

4 answers
81 views
0
How to save TextView as Shared Preferences

I saved the number of clicks on the counter using sharedpreference. If you click on it after you exit the application, the number will be counted. However, TextView is not saved, so if you press up to...

« - 3 -

© 2024 OneMinuteCode. All rights reserved.