android-slider Questions

3

Solved

I'm trying to style a seekbar/slider like the one labeled Discrete Slider - Click (that has the little tick mark indicators) in the Material Design Guidelines. I can't figure out the magical inca...

26

Solved

I wanted to style a seek bar which looks like the one in the image below. By using default seekbar I will get something like this: So what I need is to only change the color. I need no extra ...
Mortonmortuary asked 23/4, 2013 at 7:16

5

Using new material design slider com.google.android.material.slider.Slider. The documentation is quite poor for it as it has been just recently released. Trying to get value from slider but no luck...

3

Solved

on the sliders presentation of the Material.io website they show the double thumbs slider below, but I can't find how to enable it, and I didnt really find any docs. Is it available for the android...

3

Solved

I'm using Android material components library's latest (1.3.0-alpha01) version to display a range slider (slider with two thumbs). Now need to customize the labels and always show each thumb's valu...

11

Solved

I would like to have this seekbar in my Android project : This is my seekbar : <SeekBar android:id="@+id/seekBar_luminosite" android:layout_width="@dimen/seekbar_width" android:layout_heig...
Gastrectomy asked 17/1, 2017 at 9:15

1

Solved

I am new to Android and i am learning SeekBars. in Google material design site i found Sliders from (com.google.android.material.slider.Slider) package instead of seekbars. I wonder what the differ...
Bibliopegy asked 17/12, 2020 at 19:52

4

Solved

Yesterday I was looking for sliders in Android and found this website with the Google search: https://material.io/guidelines/components/sliders.html#sliders-discrete-slider I know that I can use a...

8

Solved

I have a seekbar, while moving it I want to change values from 0 to 200. I have a TextView, where I display those values while moving the seekbar. But I don't want to have every value from that int...
Tradespeople asked 7/9, 2011 at 5:19

2

Solved

I want to have a thumb for both min and max for my seekbar. You should be able to drag both thumbs independently.

1

Solved

I'm trying to make some Seekbar for my app as a distance value. I had liked it to looks something like this (image was taken from - link): Can someone please show a simple example of how to make...
1

© 2022 - 2024 — McMap. All rights reserved.