Re: Is it not customizable at all
You've just answered your own question:
"removing the layer makes it legible"
---
I suppose (not a custom ROM type person myself) -- the "layer" is something which changes the system defined standard themes, and does it in all apps?
Well, that's working as defined by the layer then -- orange links, but the layer somehow messes up the "linked" text.
---
The exact XML there is:
<!-- To: Long -->
<org.kman.AquaMail.view.TouchableTextView
android:id="@+id/message_to_long"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/message_quick_badge"
android:autoLink="email"
android:textColor="?android:attr/textColorPrimaryDisableOnly"
android:textIsSelectable="true"
android:textSize="@dimen/message_display_header_font_size_smaller" />
I'm posting it hoping that the developer of the "layer" will just go "Aha! I forgot to .... <>".