You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ronenfe
changed the title
[SwitchMaterial] Impossible to change textcolor which is black
[SwitchMaterial] Impossible to change textcolor which is black in day theme and white in night theme
Nov 17, 2024
I tried in code with setColor, I tried in xml, I tried in the style. Nothing works.
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/switchNoiseSpeed"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textOff="@string/speed"
android:textOn="@string/noise"
app:layout_constraintBottom_toBottomOf="@+id/circularRangeSliderValue"
app:layout_constraintEnd_toEndOf="@+id/circularRangeSliderValue"
app:layout_constraintStart_toStartOf="@+id/circularRangeSliderValue"
app:layout_constraintTop_toTopOf="@+id/circularRangeSliderValue"
app:layout_constraintVertical_bias="0.77"
app:showText="true"
android:textColor="?attr/colorError"
/>
The text was updated successfully, but these errors were encountered: