You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
At the moment, you can not customize the colors for Android via JavaScript.
For Android it is a bit more complicated than for iOS, because for Android the customizations are controlled via the colors.xml.
One way to solve this could be to override the getResources method of the MainActivity to exchange the respective color-keys. Unfortunately, I don't have that much experience with Android development to judge if this is so easily possible and best practice.
Help for this issue is gratefully accepted.
The text was updated successfully, but these errors were encountered:
At the moment, you can not customize the colors for Android via JavaScript.
For Android it is a bit more complicated than for iOS, because for Android the customizations are controlled via the
colors.xml
.One way to solve this could be to override the
getResources
method of theMainActivity
to exchange the respective color-keys. Unfortunately, I don't have that much experience with Android development to judge if this is so easily possible and best practice.Help for this issue is gratefully accepted.
The text was updated successfully, but these errors were encountered: