Closed Ornanovitch closed 2 months ago
Thank you for the contribution! Shouldn't this fixed upstream in the android-common
library? I didn't look at the code yet, but I think the colorEditText
method handles more stuff than the colorTextView
method (cursor color, the color of the bottom line etc...)?
Oh! Could it be that?
- editText.setTextColor(scheme.onSurface)
+ editText.setTextColor(dynamicColor.surface().getArgb(scheme)) // -> .onSurface becoming .surface
superseded by https://github.com/nextcloud/android-common/pull/502
Let's close this until we can see the library changes
On master, the
colorEditText
color is unreadable since some updates of nextcloud/android-common (here I guess)This commit makes the card title readable again with a more used and (stable?) function,
colorTextView
with the paramColorRole.ON_SURFACE