edittext tag

27 questions


1 answers
105 views
0
Can you make only the first letter in EditText capitalize?

I'm making an app that shows my personal to-do list. They're all making it well, but there's one small problem. When I try to add a list, I show EditText in the dialog, but the problem is that when I ...


1 answers
86 views
0
How do I prevent Android's EditText from being edited?

How do I prevent EditText from being edited?


1 answers
108 views
0
To verify that EditText is empty

I have 5 EditTexts on my app. What I'm curious about is whether Android provides a method to know if the content of EditText is empty.Or do I have to code it separately?


1 answers
104 views
0
How to make all text select when you click EditText

When I click EditText on Android, can't I make you select all the letters entered in EditText?I think that'll make it easier to erase and use it. Is there any other way?


1 answers
113 views
0
How to make EditText look like a password

I'm implementing an EditText login, but how can I make the password look like a black circle like when I enter it on another site?

1 years ago

1 answers
107 views
0
Cover edittext field with Android soft keyboard

Is there a way to move the screen so that the Text field is visible?


1 answers
133 views
0
Can I add certain characters fixed to the end of the string in Android EditText?

In editText, where you can enter only numbers, Is there a way to automatically put dog on the back when you write 5 in editText?

1 years ago

1 answers
73 views
0
Can't you make EditText only accept certain characters?

I even put up EditText, but I want to make sure that only Korean is entered when I receive it. How shall I do it?

1 years ago

1 answers
116 views
0
The cursors are aligned in the middle of EditText, which is a row of Android, so can't you put them on top?

<EditText android:layout_width=fill_parent android:layout_height=wrap_content android:gravity=center android:singleLine=false android:lines=5 android:layout_marginLeft=10dip android:layout_marginRi...


1 answers
87 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...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.