Android StyleableToast


Source link: https://github.com/Muddz/StyleableToast

Android StyleableToast

An Android library that takes the standard Android Toast to the next level with many styling options that gives your app and user experience an extra unique feeling! Style your Toast either by code or in styles.xml!

Download the demo.apk

Features

  • Style toasts in a styles.xml or from code.
  • Set background color of the toast.
  • Set the corner radius of the toast for different shapes.
  • Set the transparency of your toast.
  • Set a stroke color and width of your toast.
  • Style the toast text with a text color or bold effect.
  • Set a custom font for the toast text.
  • Set a icon next to the toast text.
  • Set an spinning animation effect on your icon (see below example)
  • Works from Api 16+

Update version: 1.0.9 | 03 June 2017

  • IMPORTANT Replaced constructor initialisation with builder pattern!
  • Support for RTL when icons is used.
  • Added a getStyleableToast() method.
  • Made default values so user don't have to type every value manually.
  • Improved synchronization when using both Styles.xml and code together to style a toast.
  • Refactoring of methods and comments and simplified codes.

CASES:

With spinIcon(); method:

Usage with a style from styles.xml:

1) Style your toast in styles.xml. All available attributes:

 <style name="MyToast">
  <item name="android:textColor"></item>
  <item name="android:textStyle"></item> only bold!
  <item name="android:fontFamily"></item> For custom fonts just add the path -> fonts/myfont.ttf
  <item name="android:colorBackground"></item>
  <item name="android:strokeWidth"></item>
API 21+
  <item name="android:strokeColor"></item>
API 21+
  <item name="android:radius"></item>  radius for corners of the toast shape
  <item name="android:alpha"></item>
value between 0-255 where 255 is full solid
  <item name="android:icon">/</item>  drawable id of the icon. R.drawable.xx
  </style>

2) Pass your style in the static constructor and call show(); and you're done!

 StyleableToast.makeText(context, "Hello World!", Toast.LENGTH_LONG, R.style.StyledToast).show();

With Builder pattern:


  st = new StyleableToast

  .Builder(this)

  .text("Hello world!")

  .textColor(Color.WHITE)

  .backgroundColor(Color.BLUE)

  .build();

Installation

Add the depedency in your build.gradle. The library is distributed via jCenter

dependencies {

  compile 'com.muddzdev:styleabletoast:1.0.9'
 
}

License

Copyright 2017 Muddii Walid (Muddz)  Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 

Resources

This is a very simple RatingBar library, which you can just simply extend BaseRatingBar to implement your own animation RatingBar in a few steps!

Feature

  • Support use touch to change rating
  • Custom drawable's padding
  • Custom your empty and filled drawable
  • Click again to clear rating
  • Rotate animation
  • Scale animation

A light-weight android library that can be quickly integrated into any app to let users choose folder, also files (but esp built for folders).

A simple customizable NumberPicker plugin for Android.

Add footer and header & item click listener to RecyclerView adapter.

An android library that is able to set a vector drawable at text view pre-Lollipop.

BetterTextInputLayout is Android support library's TextInputLayout subclass providing following extensions: adds methods to manipulate password visibility from code as showPassword, hidePassword and togglePassword also comes with passwordToggleEnabled enabled by default.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes