Top "Android-drawable" questions

In Android, a Drawable is a general abstraction for "something that can be drawn.

Transparent black gradient shape drawable color code

<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <gradient …

android gradient shape android-drawable
Custom shaped Linearlayout with curved side in android

I am trying to make a custom shaped linearlayout like below I am trying to make only one side curved. …

android android-xml android-drawable android-shape
Drawing Circle programmatically using Android ShapeDrawable

I 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 shapedrawable
How to upload an image in parse server using parse api in android

I want to upload an image in parse cloud server in android. But I am unable to do so. I …

android image parse-platform android-drawable
Android text in drawable layer-list

I am trying to implement splash screen without any extra activities, using theme call in the manifest file's <activity/&…

android android-layout android-drawable layer-list
Image Sizes for the Android Application

Sorry I know earlier some people have same kind of questions but I am suffering from the same issue and …

android android-layout android-image android-drawable android-resolution
How setbounds of drawable works in Android?

I am confused with setbounds method of drawable in Android. I know it is used with drawable and it set …

android android-drawable
How to return to default style on EditText if I apply a background?

I just encountered with a problem that I don't know how to solve. It looks silly but I cannot find …

android android-edittext android-drawable android-resources nine-patch
Shadow-like drawable, using "layer-list"

Background I'm trying to make a (fake) shadow below a view, so that the layers would be vertical in this …

android gradient android-drawable layer-list
Android: How to clear an EditText by cross Button in the right side

I have created an EditText for search, which contains on the left side a search icon and on the right …

android android-widget android-edittext android-drawable