Top "Android-5.0-lollipop" questions

Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.

Toolbar and Contextual ActionBar with AppCompat-v7

I am working on using the newly added Toolbar that was introduced in Lollipop and the AppCompat-v7 library. I followed …

android android-5.0-lollipop android-appcompat android-toolbar
How to change system navigation bar color

In guidelines of Android 5.0, the navigation bar seems customizable: http://www.google.com/design/spec/layout/structure.html#structure-system-bars How …

android android-5.0-lollipop
CardView layout_width="match_parent" does not match parent RecyclerView width

I have a fragment with contains a RecyclerView with layout_width="match_parent": <android.support.v7.widget.RecyclerView xmlns:…

android android-layout android-5.0-lollipop android-recyclerview android-cardview
How can I modify ripple color when using ?attr/selectableItemBackground as background?

I've seen some SO questions and they gave some possible methods to achieve what I want. For example: Use colorControlHighlight …

android android-layout android-5.0-lollipop material-design android-appcompat
Google Play Services in Genymotion on Lollipop (Android 5.0)

Can't seem to find any mention of support of Google Play services on Android 5.0 API 21 (Lollipop) in what seems like …

android google-play-services android-5.0-lollipop genymotion
Changing notification icon background on Lollipop

I was going through the Notifications design pattern, and didn't find anything that talks about notification icon background. As you …

android android-notifications android-5.0-lollipop
Error inflating class and android.support.v7.widget.CardView

I want to use CardView in my project, but when I run my application, I get the following error. I'm …

android eclipse android-5.0-lollipop android-recyclerview android-cardview
Android Lollipop, AppCompat ActionBar custom view doesn't take up whole screen width

So, I just updated my codebase to Lollipop, and I'm having issues with the Action Bar. I'm using AppCompat and …

android android-actionbar android-appcompat android-5.0-lollipop
Android 5.0 (L) Service Intent must be explicit in Google analytics

My code worked in <5 but in Android 5.0 I'm running into an issue that I don't quite understand. 10-23 10:18:18.945: E/…

android-5.0-lollipop illegalargumentexception
How to set the padding for CardView widget in Android L

I'm using android:paddingLeft and android:paddingTop to set the padding for the new CardView widget but it doesn't work. …

android padding android-5.0-lollipop android-cardview