lewisjdeane / L-Dialogs

A small library replicating the new dialogs in android L.
567 stars 100 forks source link

Request: add a prefix for all resources and resources files #42

Open AndroidDeveloperLB opened 9 years ago

AndroidDeveloperLB commented 9 years ago

Just in order to differentiate them with the main files of the project, and to avoid "clashes" between them, by having more unique names.

For example, you can add the prefix "ldi__" for each of the resources.

This is done in many libraries, including ActionBarSherlock and even in the support library (though both missed some files for some reason).