Closed saadfarooq closed 10 years ago
It is possible for users to override resources accidentally.
An easy one being:
<color name="btn_normal">#00000000</color>
If the user defines a color for btn_normal in their app, the resource for the popup is overriden.
btn_normal
True that!
It is possible for users to override resources accidentally.
An easy one being:
If the user defines a color for
btn_normal
in their app, the resource for the popup is overriden.