In Android, a Drawable is a general abstraction for "something that can be drawn.
I want to create a border for a linearLayout. So I decide to create a shape. I want the border …
android android-layout android-drawable xml-drawableI feel like this is kind of a silly question, but here I go anyways. I have an image button, …
android selector android-drawable xml-drawable android-selectorI'm trying to make a thumb for a seekbar for my app, and I want to have an inner circle …
java android android-drawable android-shapeTrying to learn some new things and can't figure this one out, any help is appreciated. Given this simple code …
android android-drawableI want to add a gradient on the bottom of my image . Something like this : I tried something like this …
android android-imageview android-drawableI created a rectangle shape in order to use it as list item background. My problem is the stroke does …
android android-layout android-drawable shapes strokeI added a progress bar to my activity using the following code: <LinearLayout android:id="@+id/linlaHeaderProgress" android:layout_…
android xml progress-bar android-linearlayout android-drawableI want to create a Button like this: Here is my code: <Button android:layout_width="80dp" android:layout_…
android android-layout android-drawable android-button android-imageHow to create a right facing arrow using xml shapes in android like this??
android xml android-drawable shapeI`m trying to draw custom ShapeDrawable with OvalShape, filled with white and with grey border. I created a drawable …
android android-drawable shapedrawable