• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by davix10

  1. D

    Default dark text color in dark mode on the action bar

    I tried on multiple devices and on multiple Android versions, the result does not change. This is the code for my theme. <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="Theme.LiteOT" parent="Theme.Material3.DayNight"> <!--...
  2. D

    Default dark text color in dark mode on the action bar

    In light mode I have no problems because everything is correct but in dark mode without making any changes the text remains dark. Is it an Android bug? I have tried various methods but my problem is that I have to disable some menu options and then I lose the color in disabled mode, it always...