Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private void swipetDel() {
- new Swiper(binding.list, mContext) {
- @Override
- public void swipetoDelete(int pos) {
- ///action
- }
- }.setTitLe("Xóa")
- .setColor(Color.parseColor("#c80303"))
- .setIcon(R.drawable.ic_action_name);
- }
Add Comment
Please, Sign In to add comment