I read documentation and it says like this "A style can specify properties such as height, padding, font color, font size, background color, and much more" now my question is what is "more". Is that means that I can define different properties for for android:src ? that is something like this
<item name="android:src">@drawable/attachment1</item>
I try background property and it works fine
<item name="android:background">#55FFFFFF</item>
but not src property :-(.
What do I do wrong ?