python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get colors?
I am trying to achieve something like this
where the text and background colors are similar. How do I get the corresponding background (probably 50% transparent of chosen color) color for a chip in A...
Mark Delphi
Votes: 0
Answers: 2
Chip Drawable giving error in Material UI 3 Android Kotlin
hey I am working in android with material ui 3. I am getting error when I used this code. I am trying to set style through programmatically and I am getting error. I want to create tag through using a...

Kotlin Learner
Votes: 0
Answers: 2
ChipGroup with draggable Chips
In my XML I'm just declaring a ChipGroup as follows:
<com.google.android.material.chip.ChipGroup
android:id="@+id/chipGroup"
android:layout_width="match_parent"
and...
drmrbrewer
Votes: 0
Answers: 2
How to make horizontally scrollable multi-line chipgroup in android?
Horizontally scrollable multi-line chip group
This is the chip group design I am trying to make in android. I have tried to use three chip-groups for three lines but they don't scroll together. Pleas...
subhra priyadarshinee
Votes: 0
Answers: 1