Skip to content

Instantly share code, notes, and snippets.

@cgollner
Created November 5, 2014 16:37
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgollner/3c7fe2f9d34aee38bd0c to your computer and use it in GitHub Desktop.
Save cgollner/3c7fe2f9d34aee38bd0c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.SwitchCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:clickable="false"
android:focusable="false" />
@abunayem
Copy link

when i set android:clickable="false" didn't change the state on click

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment