avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.
Apache License 2.0
3.38k stars 413 forks source link

Remove Hungarian Notation from autogeneration #150

Closed alexwyattdev closed 6 years ago

alexwyattdev commented 6 years ago

When autogenerating codes they will automatically get the "mSomeView" naming, instead of "someView". Jake Wharton (Creator of Butterknife) also recommends avoiding this.

TomasKypta commented 6 years ago

The 'm' prefix is optional. You can change it in AS preferences. Preferences > ButterKnifeZelezny > "Prefix for generated members:"