luongvo/iOS-SwitchView

change color in cirlce

xellDart opened this issue · 4 comments

How to change color green in cirle?

Use this to custom color for on/off states

<vn.luongvo.widget.iosswitchview.SwitchView
    android:id="@+id/switchview"
    android:layout_width="50dp"
    android:layout_height="wrap_content"
    app:checked="true"
    app:color_off="#e13a8e"
    app:color_on="#ef5e43" />

@luongvo the green circle doesnt go away

From this i can't change circle color, i want to change border of circle, how can i do that ?

hello, any solution for this please ?