I read the documentation, and he says this: "A style can specify properties such as height, padding, font color, font size, background color, and more." Now my question is what is more. Does this mean that I can define different properties for android: src? something like that
<item name="android:src">@drawable/attachment1</item>
I am trying to use the background property and it works fine
<item name="android:background">#55FFFFFF</item>
but not the src: - (.
What am I doing wrong?
Lukap
source share