Throws an error: Cannot resolve method AttachToListView.
Inside onCreate:
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fabb); fab.attachToListView(lvMain); fab.setShadow(true); Tell me, please, what is wrong?
Throws an error: Cannot resolve method AttachToListView.
Inside onCreate:
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fabb); fab.attachToListView(lvMain); fab.setShadow(true); Tell me, please, what is wrong?
Source: https://ru.stackoverflow.com/questions/608178/
All Articles
attachToListViewmethod (like thesetShadowmethod). If you use any third-party libraries, then provide links to them. - mit