android - ToggleButton per Lollipop -


i want togglebutton like . toggle in lollipop

but code , shows me older toggle button. enter image description here

am running code in emulator api 21 only, missing here. code snippet is

   <togglebutton              android:layout_width="wrap_content"             android:layout_height="wrap_content" /> 

found solution.

using android support library. code snippet is..

<android.support.v7.widget.switchcompat             android:id="@+id/id_useridview_switch"             android:layout_margintop="24dp"             android:layout_width="wrap_content"             android:layout_height="2dp"             android:theme="@style/colortoggle"             /> 

thanks selvin, got clue ur , on search


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -