Android Ondraw Shapedrawable Android: Roundrectshape: Modify Corner Radii March 21, 2024 Post a Comment 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
Android Android Actionbar Compat Background Shapedrawable Custom (gradient) Background Of Actionbar Compat February 03, 2024 Post a Comment 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
Android Drawable Shapedrawable Xml Drawable How To Make Bottom Border In Drawable Shape Xml Selector? January 08, 2024 Post a Comment 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?