Guest User

Untitled

a guest
Oct 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private void swipetDel() {
  2.  
  3. new Swiper(binding.list, mContext) {
  4. @Override
  5. public void swipetoDelete(int pos) {
  6. ///action
  7. }
  8. }.setTitLe("Xóa")
  9. .setColor(Color.parseColor("#c80303"))
  10. .setIcon(R.drawable.ic_action_name);
  11. }
Add Comment
Please, Sign In to add comment