Skip to content

Instantly share code, notes, and snippets.

@seongchan
Created September 19, 2016 08:26
Show Gist options
  • Save seongchan/e794fa109b5e0659c7dac3df045ea5d8 to your computer and use it in GitHub Desktop.
Save seongchan/e794fa109b5e0659c7dac3df045ea5d8 to your computer and use it in GitHub Desktop.
Android ImageView Brightness using xml file
<!--
See android:tint and android:tintMode
-->
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/sample_img"
android:tint="#CCCCCC"
android:tintMode="add"/>
@jinensetpal
Copy link

Update as of 2020 -
app:tint="#CCCCCC"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment