SnackBar Pro is a fully customizable snackbar library built with a Dialog.Builder-style API, making it extremely easy to use and flexible. It supports custom colors, corner radius, ripple effects, icons, text styling, margins, and more — all without relying on the default Android R class.
📌 Basic Usage Example
SnackBar.Builder sb = new SnackBar.Builder(this); sb.setText("Hello Snackbar"); sb.setBackgroundColor(Color.BLACK); sb.setTextColor(Color.WHITE); sb.setAction("UNDO", listener); sb.show();
📥 Download Library Block
https://sfile.mobi/gdadet18rGW
💬 Join Community
https://whatsapp.com/channel/0029VbB9HaBCnA7s3RCXsR1o
Created by: nezuka23
©2026 Sketchub | User Policy