mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 14:43:09 +01:00
Update SwitchMaterial to the new MaterialSwitch.
This commit is contained in:
committed by
Greyson Parrelli
parent
ee48e6c347
commit
eb150d9a15
@@ -32,7 +32,8 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<com.google.android.material.switchmaterial.SwitchMaterial
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
style="@style/Widget.Signal.CompoundButton.MaterialSwitch"
|
||||
android:id="@+id/outlined_switch_switch"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="48sp"
|
||||
|
||||
Reference in New Issue
Block a user