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

Id of <include/> tag is ignored #96

Open tinybright opened 8 years ago

tinybright commented 8 years ago
    <include layout="@layout/item_form" android:id="@+id/row_phone"></include>
    <include layout="@layout/item_form" android:id="@+id/row_pwd"></include>

The id of include tag is important when we should include several same layout.So I think the plugin should generate id of include and ids in include.