For issue #10764 - Onboarding toggle color

- Removed the theme from the toggle so that the default colors from the themes are used instead
This commit is contained in:
Mihai Eduard Badea 2020-06-17 14:18:28 +03:00 committed by Mihai Branescu
parent 01796905e3
commit 0ce4aa1e60

View File

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