Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about android-color

Read more about android-color

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - android-color

why is background overlapping drawable resource in android

I was following a tutorial when I stumbled on something I couldn't quite wrap my head around. This is the drawable resource that I use as the source for an image button. <?xml version="1.0&quo...
test-img

Nathan Kim

android

xml

android-drawable

android-color

Votes: 0

Answers: 1

Latest Answer

You use a transparent color by setting the alpha channel to 00 which made the color full transparent; to make it full opaque, you can set it to ff >> <solid android:color="#ff000000"...
test-img

Zain

How to replace color by another on ImageView in Android?

I would like to change (map) white color to blue color. How can I do this on ImageView in Android? I tried setColorFilter by PorterDuff / LightingColorFilter / ColorMatrixColorFilter but I can't figur...
test-img

t0m

android

android-imageview

android-color

Votes: 0

Answers: 1

Latest Answer

Try to use Background Tint color function in xml or java code. or I would suggest another way. Take on frame layout and place view and then image view. white portion in image should be transparent use...
test-img

Nilesh

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved