I am trying to do so via this method:
And I have this in one of the style.xml files created by default when I created the project.
This
seems to work in the textview part but
is totally ignored.
There must be some way of doing this!
Code:
style="@style/SpinnerTextViewStyle"Code:
<style name="SpinnerTextViewStyle">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textColor">#0000aa</item>
<item name="android:textSize">16dp</item>
<item name="android:background">#ffffff</item>
<item name="android:padding">5dp</item>
</style>Code:
<item name="android:background">#ffffff</item>Code:
<item name="android:textColor">#0000aa</item>There must be some way of doing this!
Aucun commentaire:
Enregistrer un commentaire