I want to allow users to set some layout parameters in an external file, that will be reloaded each time by the application, and wonder if there's a simple way of doing it.
I don't want to define the entire layout in code, but only some specific parameters. I can extract the parameters from xml to dimens file, but I don't know if there's a way to override this file at runtime. Maybe there's some other ways.