openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
197 stars 583 forks source link

Conversion of Normal Toast to Material Design Toast -UI Enhancement #1340

Open rohanprasadofficial opened 4 years ago

rohanprasadofficial commented 4 years ago

Summary:

Normal toast are required to display any short message in the app but it doesn't tells the user it's a warning or info or error and doesn't look quite interesting , so converting normal toast to Material Design toast would be better option for wherever normal toast is there . I have added toast -> MD toast for dashboard activity which have TYPE_INFO toast with symbol.

Before MD Toast

before md

After MD Toast :

It will have well defined Toast Message which looks great with certain icons of Info , Warning , Success etc...

Device and Android version: I tested it on Physical Samsung J7000 and Realme X phone and various emulators as well , it works fine. It is also used in many production level apps too.

Various types of Toast Message with Icon : success

info

warning

error

rohanprasadofficial commented 4 years ago

I am working on this .