shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
584 stars 34 forks source link

[Bug] [1656] Drop Down List Dark Theme Text Colour #159

Closed Dunbock closed 2 years ago

Dunbock commented 3 years ago

Describe the bug The text colour of any drop down list is black in dark theme instead of white like all the other text.

To Reproduce Steps to reproduce the behavior:

  1. Enable dark theme (Settings > Advanced).
  2. See drop down text being black on gray background, instead of white or red compared to the other text.

Expected behavior The text colour of the drop down lists is white to enable far easier reading.

Screenshots

drawing

Device information:

Doomsdayrs commented 3 years ago

Attempted to solve in 92f9798 , Theming is a pain in android

khonkhortisan commented 2 years ago

Oops, this wasn't fixed for: dark app theme: Settings > Reader → Text Alignment Settings > Reader → Paragraph indent Settings > Reader → Marking method dark system theme: Reader → Paragraph indent

drawer_layout - DrawerLayout
    coordinator - CoordinatorLayout
        controller_container - ChangeHandlerFrameLayout
            recyclerView - RecyclerView
                itemView - ConstraintLayout
                    rightField - ConstraintLayout
                        spinner - AppCompatSpinner
                            #000000 outlineAmbientShadowColor
                            #000000 outlineSpotShadowColor
                            #000000 solidColor
CoordinatorLayout
    chapter_reader_bottom_scroll - NestedScrollView
        recyclerView - RecyclerView
            itemView - ContraintLayout
                rightField - ConstraintLayout
                    spinner - AppCompatSpinner
                        #000000 outlineAmbientShadowColor
                        #000000 outlineSpotShadowColor
                        #000000 solidColor

Screenshot_20211201-073303_Shosetsu