Skip to content

Commit

Permalink
[Switch] Use MaterialSwitch instead of SwitchCompat in Catalog.
Browse files Browse the repository at this point in the history
Resolves #3154

GIT_ORIGIN_REV_ID=91e38eea6378a0f3a76e4db6118f0cae10042797
PiperOrigin-RevId: 498385616
  • Loading branch information
manabu-nakamura authored and afohrman committed Dec 29, 2022
1 parent cd5246f commit 68688e9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:gravity="center_vertical">

<androidx.appcompat.widget.SwitchCompat
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_button_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Expand Down Expand Up @@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:gravity="center_vertical">

<androidx.appcompat.widget.SwitchCompat
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_button_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Expand Down Expand Up @@ -96,7 +96,7 @@
android:layout_height="wrap_content"
android:gravity="center_vertical">

<androidx.appcompat.widget.SwitchCompat
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_button_3"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Expand Down Expand Up @@ -125,7 +125,7 @@
android:layout_height="wrap_content"
android:gravity="center_vertical">

<androidx.appcompat.widget.SwitchCompat
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_button_4"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Expand Down

0 comments on commit 68688e9

Please sign in to comment.