I need to create a border with rounded corners programatically by extending ShapeDrawable. I need to have a black border …
java android border drawable shapedrawableI have a requirement in my project to draw a circle in runtime dynamically. So for that purpose I am …
android android-canvas android-drawable xml-drawable shapedrawableI understand how to draw I shape, I am extending the View class, and overriding the onDraw, where I create …
android layout graphics shapedrawableThe following is a dashed line, defined as a ShapeDrawable in XML: <shape xmlns:android="http://schemas.android.com/…
android xml-drawable shapedrawableI am trying to make parallelogram background for my textview but it is not displaying properly...it display following output &…
android shapedrawableI want the left and right sides (not the corners) of the rectangle to be curved. Or say the top …
android drawable shapedrawableI've been trying to add a shape drawable as the marker icon for a marker I want to add on …
android google-maps-markers google-maps-android-api-2 shapedrawableI have a shape in layer-list and my goal is to change color of the shape programmatically at runtime. I …
android android-ui android-drawable shapedrawableI am trying to make buttons with different gradients programmatically. I use ShapeDrawable and it works like a charm. RoundRectShape …
java android shadow shapedrawableAttempting to animate the Android Ring Shape to produce an effect similiar to the shown sequence of images. I have …
java android android-layout android-animation shapedrawable