For issue #10764 - Onboarding toggle color

- Removed the theme from the toggle so that the default colors from the themes are used instead
fennec/production
Mihai Eduard Badea 4 years ago committed by Mihai Branescu
parent 01796905e3
commit 0ce4aa1e60

@ -31,7 +31,6 @@
android:minHeight="48dp" android:minHeight="48dp"
app:layout_constraintBottom_toBottomOf="@id/header_text" app:layout_constraintBottom_toBottomOf="@id/header_text"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
android:theme="@style/Checkable.Colored"
app:layout_constraintTop_toTopOf="@id/header_text" /> app:layout_constraintTop_toTopOf="@id/header_text" />
<TextView <TextView

Loading…
Cancel
Save