加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

在自己应用的XML中,使用系统资源

发布时间:2020-12-15 23:13:30 所属栏目:百科 来源:网络整理
导读:在 自己应用的XML 中,如果要使用系统资源,只需指定 android 包名即可!示例如下: TextView android:id="@+id/btn_download" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/btn_defau
自己应用的XML 中,如果要使用系统资源,只需指定 android 包名即可!示例如下:
    <TextView
        android:id="@+id/btn_download"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@android:drawable/btn_default"
        android:text="@string/download"
        android:textColor="#161616"
        android:textSize="12sp" />

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读