Created
October 30, 2022 01:13
-
-
Save navczydev/0fd9cb60cb6fda1fb99ac37b65d80462 to your computer and use it in GitHub Desktop.
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
<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