Dropdown icon indicating copy to clipboard operation
Dropdown copied to clipboard

Every class and function not imported from your package name

Open aztecrabbit opened this issue 1 year ago • 0 comments

The latest version 1.1.2 is importing every class and function in root way like this,

import Dropdown
import EnterAnimation
import MenuItem
import dropDownMenu
import dropDownMenuColors

version 1.0.1

import com.androidpoet.dropdown.Dropdown
import com.androidpoet.dropdown.EnterAnimation
import com.androidpoet.dropdown.MenuItem
import com.androidpoet.dropdown.dropDownMenu
import com.androidpoet.dropdown.dropDownMenuColors

I prefer version 1.0.1, is it possible to do it like that in 1.1.2 or maybe in the next update?

aztecrabbit avatar Jul 30 '24 13:07 aztecrabbit