Android Question Fully dynamic AppCompat interface

peacemaker

Expert
Licensed User
Longtime User
Hi, All

Is it possible to make an app that downloads all the settings from a server db and "makes up itself" ?
I mean to download some color codes (say, 3 or 4 values) and setup the views background color, text color, active text color, title text color.... as AppCompat uses in the manifest.
 
Last edited:

peacemaker

Expert
Licensed User
Longtime User
Use the native controls. Android Material is the default theme on Android 5+.

What about

B4X:
    Private ACToolBarLight1 As ACToolBarLight
    Private ToolbarHelper As ACActionBar
?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
So, colors of the Toolbar views can be updated later only after downloading the values...
But what about the notification area color ?
 
Upvote 0
Top