标签:
<style name="my_style">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textColor">#ff0000</item>
<item name="android:textSize">45sp</item>
</style>
<style name="my_theme">
<item name="android:background">#ff0000</item>
</style>
标签:
原文地址:http://www.cnblogs.com/xufengyuan/p/5970881.html