BottomDialog
BottomDialog copied to clipboard
This is a custom dialog attached at the bottom
I am getting this exception on API Level 19 on multiple devices - Exception java.lang.UnsupportedOperationException: Can't convert to color: type=0x1 android.content.res.TypedArray.getColor (TypedArray.java:327) rebus.bottomdialog.Utils.getPrimaryColor (Utils.java:86) rebus.bottomdialog.Utils.colorStateListText (Utils.java:61) rebus.bottomdialog.BottomDialog$CustomDialog.addItem (BottomDialog.java:170) rebus.bottomdialog.BottomDialog.addItem (BottomDialog.java:82)...
Hi, thanks for this library. how can i customize Dialog? for example : change Title color, change menu icon and text color, change dialog background color. thanks you