Android Question How to get Toggle button in material design(style)?

appie21

Active Member
Licensed User
Longtime User
As Title say

How can i get the nice Toggle button When I start a new project?


I have

<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="26"/>
in my manifest
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Maybe you are looking for the Switch button?

It is available as a custom view in ViewsEx library.

SS-2018-06-15_10.25.59.png
 
Upvote 0

appie21

Active Member
Licensed User
Longtime User
Ye but that is what i mean but where can i find ViewsEx library ?

(search the whole forum?)

Maybe you are looking for the Switch button?

It is available as a custom view in ViewsEx library.

SS-2018-06-15_10.25.59.png

Oops solved
 
Last edited:
Upvote 0
Top