Top "Android-5.0-lollipop" questions

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

Change Elevation of ActionBar by theme

I want to remove the shadow below the ActionBar. I know that I need to change the elevation to 0dp, …

android android-actionbar android-5.0-lollipop android-elevation
Importing CardView and RecyclerView (Android 5.0) in my existing project (eclipse)

I want to import CardView and RecyclerView in my existing project. I am using ECLIPSE. I read other answers in …

android eclipse android-5.0-lollipop android-recyclerview android-cardview
Fullscreen DialogFragment with translucent StatusBar

I have a DialogFragment which I want to show in fullscreen. I do however still want a StatusBar present, and …

android android-5.0-lollipop statusbar android-dialogfragment
Screen pinning 3rd party apps programmatically

After achieving device ownership, I am trying to implement a method to instruct the device to lock any given app …

android android-5.0-lollipop device-policy-manager device-owner android-screen-pinning
Cardview not showing shadow along bottom

I have the following xml for a cardview: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.…

android android-layout android-5.0-lollipop shadows
Send request over Mobile data when WIFI is ON.(Android L)

SDK: Android 5.0.1. Android build: LRX22C. Device : Nexus 5. Problem: KITKAT(4.4.4) and below API's 1) startUsingNetworkFeature(int networkType, String feature) This method …

android networking android-wifi android-5.0-lollipop
Android Camera2 front camera

I recently noticed that the Camera API is deprecated and I found the new API called Camera2. I have read …

android android-5.0-lollipop android-camera2
Android 5.0: how to change recent apps title color?

I'm using AppCompat and my theme is extending Theme.AppCompat.Light.DarkActionBar. When in Android 5 Lollipop and I press the …

android android-theme android-5.0-lollipop android-appcompat
How can I place a ProgressBar at the right of the Toolbar?

With the new Lollipop API, we have to use a Toolbar if we want to personalize the action bar aspect. …

android android-layout android-5.0-lollipop material-design android-toolbar
Unnecessary padding in CardView?

I have implemented CardView in my app and everything works fine except there is a little padding around the image …

android android-layout android-5.0-lollipop android-cardview