Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
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-lollipopI have set my statusBar color to transparent for Lollipop only with the following line in my theme : <item …
android android-ui android-5.0-lollipopI 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 textcolorI'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-cardviewIn 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-toolbarIn 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 navigationbarThe 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-cardviewMy 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-cardviewI'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-toolbarI 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