Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created October 30, 2022 01:13
Show Gist options
  • Save navczydev/0fd9cb60cb6fda1fb99ac37b65d80462 to your computer and use it in GitHub Desktop.
Save navczydev/0fd9cb60cb6fda1fb99ac37b65d80462 to your computer and use it in GitHub Desktop.
<com.google.android.material.materialswitch.MaterialSwitch
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_margin="24dp"
android:checked="true | false"
android:text="MaterialSwitch Checked"
app:layout_constraintTop_toBottomOf="@id/ms_1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment