安卓 常用属性设置代码笔记

N1.Widget(Button/TextView)英文大小写设置属性

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceLarge"
    android:text="Result"
    >

  

posted @ 2017-06-02 00:12  zhen-Android  阅读(294)  评论(0编辑  收藏  举报