text tag

62 questions


1 answers
132 views
0
Sublime Text 3 toggle sidebar shortcut settings

To change the Sublime Text 3 sidebar shortcut, follow this procedure:Shortcuts by operating system are as follows:In the input field displayed on the editor screen, type prefences: Key Bindings and pr...


1 answers
88 views
0
Underline that occurs when you type in Android EditText

Hello, we are currently making EditText, which is like a word processor.You must specify StyleSpan for each letter, so you should not apply the same Span for letters that are entered consecutively aft...

2 years ago

1 answers
88 views
0
Maximum number of characters in EditText

How do I specify the maximum number of characters in EditText on Android? Can't you do that?


1 answers
118 views
0
How to get multiple lines of EditText on Android

Please teach me how to get multiple lines of EditText on Android.

2 years ago

2 answers
85 views
0
Android Studio edittext Specify a character limit for each line in multiple lines

I want to make it possible to enter a total of 10 lines and 8 letters per line in EditText What's the way?

2 years ago

1 answers
118 views
0
Android Studio EditText

Press the + button to go up 3000 - press the button to go downIt's a program where the total amount is calculated according to the button pressedIt's a hassle to press the button, so I want to make it...

2 years ago

1 answers
107 views
0
I only want to put numbers in the value of edittext on Android, what should I do?

I only want to put numbers in the value of edittext on Android, what should I do?


1 answers
95 views
0
Is it possible to change string to integer on Android?

I'd like to change the string to an integer.There's edittext, and the user enters a number here.I received it as String hello, but I want to change it to Integer instead of String.EditText et = (EditT...


1 answers
122 views
0
How do I change the color of the cursor in EditText?

I applied the Android Holo theme to make an app for Galaxy Tab. So, the background of Fragment became white. The problem is that the same theme was applied to EditText in the fragment, so the color be...


4 answers
110 views
0
How to open it again even if the user finishes with an English keyboard

Question: How to open it again in Korean keyboard even if the user finishes with English keyboard If you leave it as below, even if the user finishes with a Korean keyboard, it will open in English wh...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.