TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

fixed checkbox style when try to customize it #151

Closed MinaSamirCap closed 6 years ago

MinaSamirCap commented 6 years ago

I want to change the checked color of the checkbox using styles like this

<android.support.v7.widget.AppCompatCheckBox android:id="@+id/checkbox" style="@style/CheckboxTheme" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/privacy_validation" android:textColor="@color/primary_text" android:textSize="20sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />

it the checked color not changed ..

bezmian commented 6 years ago

Sorry, but issue is not related to the library.

MinaSamirCap commented 6 years ago

okay thanks ..