Question

I was creating an app like a book reading app. but i want my app have this ![option][1].

I think all of you have experience of using it, this option allow the reader to scroll to skip the page that they dont wanna read, so can u guys share some way to make it exist?

[1]: http://i.stack.imgur.com/B1zFx.png :(

Was it helpful?

Solution

seek_bar.xml

<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item
        android:id="@+android:id/SecondaryProgress"
        android:drawable="@drawable/progress_cyan"/>
    <item
        android:id="@+android:id/progress"
        android:drawable="@drawable/progress_red"/>

</layer-list>

this link help your more.

or you can try this

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top