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 10 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1

Got the above error after downloading L preview release version in Android Studio, when my project had minSdkVersion 19. Furthermore, when …

android android-5.0-lollipop
Android v21 Theme.Appcompat color accent is ignored, no padding on dialogs

I'm using ActionBarActivity from the Android 5 SDK and here is my theme.xml for v21 <style name="AppTheme_Light" …

android android-5.0-lollipop material-design android-support-library android-appcompat
Font asset not found helvetica.ttf on lollipop

For some reason on lollipop, I'm getting this error and since lollipop is so new I can't find out why …

java android fonts android-5.0-lollipop
Apply Material Design Touch Ripple to ImageButton?

I have an imagebutton that doesn't respond with a touch animation when it is clicked because it is a static …

android xml android-5.0-lollipop imagebutton material-design
How to remove border/shadow from lollipop buttons

The buttons looks fine for api < 21. However, the +21 versions creates this border or shadow that is shown on the …

android button android-5.0-lollipop
Listview selector with colored background and ripple effect

Standard ListView selector in android L developer preview uses colorControlHighlight for the ripple effect on touch and has a transparent …

android listview material-design android-5.0-lollipop rippledrawable
Android L - Material design on SwipeRefreshLayout color scheme

I´m starting to implement the Material Theme on my newest project, preparing it for the launch of the new …

colors android-5.0-lollipop material-design
Recyclerview painfully slow to load cached images form Picasso

I have implemented a RecyclerView that contains mainly images which is loading in through Picasso. My problem is that as …

java android android-recyclerview android-5.0-lollipop picasso
Appcompat v21 Toolbar elevation pre-lollipop

First off, I know that this question has been asked before, but it hasn't been answered before. I hope someone …

android toolbar shadow android-5.0-lollipop android-appcompat