Created
February 13, 2015 08:31
-
-
Save dev0x10/17f60a2cd3de0c107a98 to your computer and use it in GitHub Desktop.
Android custom switch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Switch | |
android:id="@+id/switchVisitAgain" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center_vertical" | |
android:layout_margin="1dp" | |
android:checked="false" | |
android:gravity="center_vertical" | |
android:switchMinWidth="56dp" | |
android:textOff="" | |
android:textOn="" | |
android:thumb="@drawable/round_button" | |
android:track="@drawable/button_black" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment