multiline tag

4 questions


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
112 views
0
How to get multiple lines of EditText on Android

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

1 years ago

2 answers
83 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?

1 years ago

1 answers
87 views
0
Why can't Python annotate multiple lines?

Why can't Python annotate multiple lines?I know that you use or ' to process multiple lines, but technically, it's right to classify it as a string, so I exclude it.Other languages support multi-line...

1 years ago

© 2024 OneMinuteCode. All rights reserved.