Slider
You can customize all the aspects like the color of the text in the seek bar, background color of the selected value in the seek bar, etc. to match the look and feel of your application.
Description:
Key | Description |
siq_chat_card_slider_starttextcolor | Color of the start value text in the seekbar |
siq_chat_card_slider_endtextcolor | Color of the end value text in the seekbar |
siq_chat_card_slider_indicator_backgroundcolor | Color of the background of the selected value in the seekbar |
siq_chat_card_slider_indicator_textcolor | TextColor of the selected value in the seekbar |
siq_chat_card_slider_thumbcolor | Color of the thumb in the seekbar |
Sample Code:
Copied<item name="siq_chat_card_slider_thumbcolor">?attr/colorAccent</item>
<item name="siq_chat_card_slider_starttextcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_slider_endtextcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_slider_indicator_backgroundcolor">?attr/colorAccent</item>
<item name="siq_chat_card_slider_indicator_textcolor">@color/white</item>