Created
September 19, 2016 08:26
-
-
Save seongchan/e794fa109b5e0659c7dac3df045ea5d8 to your computer and use it in GitHub Desktop.
Android ImageView Brightness using xml file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update as of 2020 -
app:tint="#CCCCCC"