android-listview tag

13 questions


1 answers
119 views
0
How do I change the color of the separation line in the list view of Android?

How do I change the color of the separation line in the list view of Android? Please teach me.


1 answers
139 views
0
How to round corners of a list view on Android

I want to make the corners of the list round, what can I do?


1 answers
80 views
0
Is there a better code to comma all the strings on the list? (['a','b'] -> "a,b")

I'm going to attach the entire list element as a string to distinguish each element

2 years ago

1 answers
95 views
0
Your content MUST have a ListView whose id attribute is 'android.R.id.list'

First of all, the contents of the XML file are as follows.<?xml version=1.0 encoding=utf-8?><ListView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_paren...


1 answers
72 views
0
Can I set the interval between each item in the list in the list view on Android?

I used marginBottom to keep a distance between items in the list view. There hasn't been much change.How do I keep each item at a distance?<LinearLayoutandroid:id=@+id/alarm_occurencesandroid:layou...


1 answers
145 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
87 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
67 views
0
How do I avoid focusing on EditText when the activity is executed?

There are two elements in the activity, EditText and ListView. When the activity is turned on, a cursor is created in EditText EditText.setSelected(false);I did it like this, but it's still like that...


1 answers
115 views
0
How do I refresh the list view?

I want to refresh the list view when I dynamically delete additional data on Android, how do I do it?


1 answers
124 views
0
[Android] Implement onClick, onLongClick, and onTouch at the same time.

I studied Android Studio with a basic book, but when I tried to make an application, there were many things I didn't know just with the basic book, so I'm practicing using a basic application and appl...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.