Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
I am working on using the newly added Toolbar that was introduced in Lollipop and the AppCompat-v7 library. I followed …
android android-5.0-lollipop android-appcompat android-toolbarIn guidelines of Android 5.0, the navigation bar seems customizable: http://www.google.com/design/spec/layout/structure.html#structure-system-bars How …
android android-5.0-lollipopI have a fragment with contains a RecyclerView with layout_width="match_parent": <android.support.v7.widget.RecyclerView xmlns:…
android android-layout android-5.0-lollipop android-recyclerview android-cardviewI've seen some SO questions and they gave some possible methods to achieve what I want. For example: Use colorControlHighlight …
android android-layout android-5.0-lollipop material-design android-appcompatCan't seem to find any mention of support of Google Play services on Android 5.0 API 21 (Lollipop) in what seems like …
android google-play-services android-5.0-lollipop genymotionI was going through the Notifications design pattern, and didn't find anything that talks about notification icon background. As you …
android android-notifications android-5.0-lollipopI want to use CardView in my project, but when I run my application, I get the following error. I'm …
android eclipse android-5.0-lollipop android-recyclerview android-cardviewSo, I just updated my codebase to Lollipop, and I'm having issues with the Action Bar. I'm using AppCompat and …
android android-actionbar android-appcompat android-5.0-lollipopMy code worked in <5 but in Android 5.0 I'm running into an issue that I don't quite understand. 10-23 10:18:18.945: E/…
android-5.0-lollipop illegalargumentexceptionI'm using android:paddingLeft and android:paddingTop to set the padding for the new CardView widget but it doesn't work. …
android padding android-5.0-lollipop android-cardview