Top "Android-drawable" questions

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

Apply and Clear ColorFilter on view in Android

I have 2 buttons with different parents. I am trying to apply button effect onTouch of the button. Here is my …

android android-drawable android-button effects colorfilter
White Border along with transparency in "LinearLayout"

I wanted to add a linear layout, having a transparent background as well as with white borders. The problem is: …

java android border transparency android-drawable
How to remove border only from one side of the element?

I have: <stroke android:width="1px" android:color="#A6ACB1"/> I'd like to remove this border from the …

android border android-xml android-drawable
Using a gradientDrawable with more than three colors set

According to what I've read, you can use a gradientDrawable and have three colors set for it, for example: <…

android colors gradient android-drawable
drawable sizes for different screen sizes in android

i have a problem in android development that bored me. my problem is screen size and dealing with that. specially …

java android android-drawable android-screen-support
Android vector drawable editor

I'd like to modify existing Android drawable vector XML resource, but Android Studio let do it only in XML source. …

android android-drawable android-vectordrawable
What is new in Drawable Tinting in Android L Developer Preview compared to previous version?

I am working of new Android L preview and now dealing with tinting concept on drawable. I want to know …

android android-drawable android-5.0-lollipop tint
SeekBar set line thickness and color from code

I want to create a seek bar totally programmatically. All formatting is to be done from code itself. I cant …

android android-custom-view seekbar android-drawable android-seekbar
Explain the difference between drawable, drawable-ldpi, drawable-mdpi and drawable-hdpi

I have a rough idea of what each of these directories are for, but I'm not really clear on the …

android android-screen-support android-drawable
Can't process attribute android:fillColor="@android:color/white"

I downloaded an icon from google Material.io. while trying to build my project after integrating it, I ran into …

android android-drawable