Skip to content Skip to sidebar Skip to footer
Showing posts with the label Material Design

Navigation Drawer Below Tool Bar In Material Design

I want my drawer to open from the left below the tool bar. But, according to Material Design aspect… Read more Navigation Drawer Below Tool Bar In Material Design

Material Design On Nexus 5 With Android L

My app crashes on Android L but it works on android kitkat. Also There is no RippleDrawable on the … Read more Material Design On Nexus 5 With Android L

Dumping Appcompat For Api 21

So I'm creating an app that is Lollipop 5.0 API 21 and up with zero interest in supporting olde… Read more Dumping Appcompat For Api 21

Attribute "barlength" Has Already Been Defined

I have just updated Material Design Support Lib to v23.0.1 and now, my code doesn't compile any… Read more Attribute "barlength" Has Already Been Defined

How Do I Create An Android Material Design Ui Widget?

I did read new android material design guide but i am not able to find anything about how to create… Read more How Do I Create An Android Material Design Ui Widget?

Getting The Material Design Timepicker - Android?

if i use TimePicker/TimePickerDialog in my app i'm getting timePickerMode='spinner' sty… Read more Getting The Material Design Timepicker - Android?

Cardview With Different Corner Radius

I have the following CardView and I want to set different radius for each corner in the card. Is it… Read more Cardview With Different Corner Radius

Android: How To Keep Corner Radius While Setting A Background Drawable?

Solution 1: Use card_view:cardBackgroundColor="#FFFFFFFF" instead of android:background… Read more Android: How To Keep Corner Radius While Setting A Background Drawable?