Closed jjhesk closed 9 years ago
well, as the exception shows, something got wrong in your xml.
Caused by: java.lang.NumberFormatException: Invalid int: "res/drawable/actionbar_bg_hb_white.xml"
at java.lang.Integer.invalidInt(Integer.java:138)
at java.lang.Integer.parse(Integer.java:410)
at java.lang.Integer.parseInt(Integer.java:367)
check your layoutAnimation attribute in your style file.
and to got know how to create a share provider, just check the sample application.
Leave your comments if you still have the issue.
im trying to create a grid like sheet from the bottom with the share provider content.. This is what I got in the app with Android 5.0 lilpop. Anyone can help me? I just dont know where to start fixing it.