Top "Android-5.0-lollipop" questions

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

Manifest merger failed : uses-sdk:minSdkVersion 14

Since downloading the latest SDK and installing Android Studio, my project fails to build. I get the following message: Error:…

android android-studio android-gradle-plugin android-5.0-lollipop
Lollipop : draw behind statusBar with its color set to transparent

I have set my statusBar color to transparent for Lollipop only with the following line in my theme : <item …

android android-ui android-5.0-lollipop
How can I change default dialog button text color in android 5

I have many alert dialogs in my app. It is a default layout but I am adding positive and negative …

android android-layout android-5.0-lollipop android-alertdialog textcolor
Using android.support.v7.widget.CardView in my project (Eclipse)

I'd like to use the new CardView widget that was introduced with the new Android L Developer Preview Support Library (…

android eclipse android-5.0-lollipop android-cardview
Change status bar color with AppCompat ActionBarActivity

In one of my Activities, I changed the Toolbar color using Palette. But on 5.0 devices using ActionBarActivity the status bar …

android android-5.0-lollipop android-toolbar
Android lollipop change navigation bar color

In my app I need to change the bottom navigation bar color. I watched many post but cant find with …

android colors android-5.0-lollipop navigationbar
Change the background color of CardView programmatically

The CardView has an attribute card_view:cardBackgroundColor to define the background color. This attribute works fine. At the same …

android android-5.0-lollipop android-cardview
CardView not showing Shadow in Android L

My Cardview inside Listview is not showing shadow in Android L(Nexus 5). Also the round edges are not properly shown. …

android android-listview android-5.0-lollipop material-design android-cardview
No shadow by default on Toolbar?

I'm updating my app with the new Toolbar from the support library v21. My problem is that the toolbar does …

android android-5.0-lollipop material-design android-toolbar
Android 5.0 - Add header/footer to a RecyclerView

I spent a moment trying to figure out a way to add a header to a RecyclerView, unsuccessfully. This is …

java android android-recyclerview android-5.0-lollipop