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

Android: Roundrectshape: Modify Corner Radii

I have a RoundRectShape that is drawn in a View's onDraw() function. The corners of this shape… Read more Android: Roundrectshape: Modify Corner Radii

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

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?