view tag

215 questions


1 answers
147 views
0
Android view border question.

This is shape_list.xml.<?xml version=1.0 encoding=utf-8?> <!--Output shape square--><solid android:color=#ffffff /><!--Output color to shape --><stroke android:width=10dp an...

2 years ago

1 answers
143 views
0
How do I erase the line between two list views?

<ListView android:id=@+id/ListView android:text=@string/Website android:layout_height=30px android:layout_width=150px android:scrollbars=none android:transcriptMode=normal/><ListView andr...


1 answers
142 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 answers
99 views
0
This is a question about how to hand over the position value when clicked in recyclerview.

When you click one view in the Recycler view, you take one value of the array containing the data in the clicked view and (AsyncTask) asynchronous communication. At this time, the value to post to jso...


1 answers
86 views
0
How to clear the dividing line in the Android list view

How do I clear the separation lines for each row in ListView? What should I do if I can erase it from the xml?


1 answers
57 views
0
Can't you make sure that only one item in the ListView is expanded without using Expandable ListView?

Without ExpandableListView in ListViewThere are items like AA, BB, CC, and DDCan't we have xxx and yyy as child nodes only for DD of these four items?And when you press DD, it opens.To be exact, the f...

2 years ago

1 answers
115 views
0
I want the text in TextView to flow from left to right, what should I do?

I'm making an app, and I want to keep the text view flowing at the top of the app as an announcement, so I don't know what to doI don't know. Masters, please teach us.

2 years ago

1 answers
86 views
0
Can't you round the edges of Android EditText?

Can't you round the edges of Android EditText?


1 answers
75 views
0
How to create a border in a text view

Is it possible to draw a border around the text view?


2 answers
115 views
0
Is it possible to put the recycling view inside the recycling view?

I'm implementing the bulletin board, but the comments are listed as a recycler view. By the way, if I click View the comments in the view comment, I want to make 3 replies and 10 replies pop up, so ca...

« - 15 - »

© 2024 OneMinuteCode. All rights reserved.