On Thu, Feb 18, 2016 at 6:10 AM, Christian Cortese < [email protected]> wrote:
> but i have a problem...on kitkat it works well, in lollipop i can't see > the menu toolbar and when i click on a contact the app crashes with a > nullpointerexception Sounds like the action bar is disabled on Lollipop. Check your app theme. You might have something in values-21/styles.xml that disables the default action bar in order to use a Toolbar instead. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScggmTYVo0A7P-jRpJtCB%3Dd%3DLYr_iuQrP7o%2BT2Sq21HYTOA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

