PopupBubble
PopupBubble copied to clipboard
Problems with Android Studio 3.2.0
After the update that I made today I was having problems with my Gradle build and I found that the now resource items with type "id" like this
<item name="image_view" type="id">image_view</item>
are no more supported and the build fails.
An item with type "id" should be empty <item name="image_view" type="id"/>
or should contain a resource file <item name="image_view" type="id">@id/example</item>
.
Please fix.
I will fix this.
fixed it ?