Member-only story
Solution: How to fix White Text issue that affects Asus and Samsung devices with Android or LineageOS?
1 min readAug 16, 2018
It’s a pretty rare issue with a minor fix that I couldn’t find solutions to elsewhere and spent a day debugging. So here’s what could possibly work for you:
- Go to themes.xml.
- Find any theme style you use which has a parent DayNight.NoActionBar.
<style name="Theme.Name" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
3. Change the parent to Light.NoActionBar.
<style name="Theme.Name" parent="@style/Theme.AppCompat.Light.NoActionBar">
Viola!