Repainting framework styles

androidsoftcoder

Member
Licensed User
Longtime User
I am trying to repaint default theme of my android by editing resources in framework-res.apk. Almoust everything is good, exept some details. For example: some controls elements using new font color (white) but still old background, which is also white and I obtain text white-on-white.

In this case two questions:

1) Is anywhere present B4A project with ALL elements of systems GUI (buttons, lists, text boxes, etc) ? This is needed to control is I repaint all available controls of system GUI.

2) Is any posibility to determinate what kind of of control using some (external) application in which I see bug in color scheme? for example I run some app and see white-on-white text. I lanch some other application which find all runing apps and lists its controls which is currently displayed on screen.
 
Top