timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Add `elv` prefix to resources #28

Closed saadfarooq closed 10 years ago

saadfarooq commented 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.

timroes commented 10 years ago

True that!