Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shapedrawable

What Is Wrong With My Layer-list Drawable?

I wanted to set a custom drawable to be the android:src of FloatingActionButton in this layout: Sol… Read more What Is Wrong With My Layer-list Drawable?

Can I Override Some Attribute Of Drawable Shape?

I have two buttons, they are same shape, only color is different b1.xml Solution 1: Via XML no you… Read more Can I Override Some Attribute Of Drawable Shape?

How To Add Shadow Effect On Drawable In Android

I have created chat bubble with drawable which looks fine, now I want to add shadow effect below th… Read more How To Add Shadow Effect On Drawable In Android

How To Make Bottom Border In Drawable Shape Xml Selector?

I'm trying to create a drawable shape with different states for my button. So I wrote this: Sol… Read more How To Make Bottom Border In Drawable Shape Xml Selector?

Custom (gradient) Background Of Actionbar Compat

I am using Action Bar Compat so that my action bar with navigation drawer was backward compatible d… Read more Custom (gradient) Background Of Actionbar Compat