Top "Android-5.0-lollipop" questions

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

How to add a scrollview edge color effect in Android Lollipop?

In my app I change the overscroll glow effect color like this: int glowDrawableId = contexto.getResources().getIdentifier("overscroll_glow", "drawable", "…

android scrollview android-5.0-lollipop
Android 5.0 - ProgressBar cannot be displayed over a Button

I think the title is pretty explicit about my problem... So here is my layout : <RelativeLayout android:layout_width="…

android android-button android-progressbar android-5.0-lollipop
Create a ripple drawable without transparency

I'm a bit lost about how to properly use Ripple Drawable. Let's say I have this drawable : <?xml version="1.0" …

android android-5.0-lollipop ripple rippledrawable
Disable Ripple on ListView

In Android 5.0, my ListView produces a ripple effect when clicking a list item. Is there a way to disable this …

android android-5.0-lollipop rippledrawable
What is new in Drawable Tinting in Android L Developer Preview compared to previous version?

I am working of new Android L preview and now dealing with tinting concept on drawable. I want to know …

android android-drawable android-5.0-lollipop tint
SearchView using AppCompat

I implemented SearchView in Actionbar before using appcompat.v7 but when I want to use the SearchView with support library …

android searchview android-5.0-lollipop
Camera.PreviewCallback equivalent in Camera2 API

Is there any equivalent for Camera.PreviewCallback in Camera2 from API 21,better than mapping to a SurfaceTexture and pulling a …

android android-camera android-5.0-lollipop yuv android-hardware
How to show menu popup exact below actionbar?

I am working on popup-menu in actionbar. But I am stuck to display exact below of actionbar(cut-to-cut).I am …

android android-actionbar android-5.0-lollipop popupmenu
ClassNotFoundException: Didn't find class "android.support.design.R$styleable"

Hi I am using NavigationView but I am getting error, below is my xml, I have already included android support …

android android-5.0-lollipop navigationview
Override Android-L CardView state_pressed for Older versions of Android

In the latest Android SDK we now have the new CardView, I have replaced my old CustomCardView with the new …

android android-5.0-lollipop android-cardview