7
<?xml version="1.0" encoding="utf-8"?>
<bitmap
android:src="@drawable/ic_action_remove"
android:alpha="0.4"
xmlns:android="http://schemas.android.com/apk/res/android">
</bitmap>
Dieses Stück Code funktioniert nur gut auf Android API 21 (Lollipop).Alpha-Attribut funktioniert nur auf Android Lollipop, warum?
Gibt es Möglichkeiten, Alpha für Zeichen in früheren Versionen festzulegen?