A
A
ArturPendragonOfficial2021-09-29 19:31:48
Kotlin
ArturPendragonOfficial, 2021-09-29 19:31:48

How to change slider color in NestedScrollView?

Hello!

I have set a slider for NestedScrollView using style. But there is a standard gray color. It is hard to see on a white background. Question - How to change the color of the slider?

<style name="NestedScrollBarStyle">
        <item name="android:scrollbarFadeDuration">2</item>
        <item name="android:scrollbars">vertical</item>
        <item name="android:fillViewport">true</item>
        <item name="android:orientation">vertical</item>
    </style>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question