Android控件

Posted 路漫求索

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android控件相关的知识,希望对你有一定的参考价值。

TextView

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:textSize="24sp"
        android:textColor="#00ff00"
        android:text="Hello World!"/>

以上是关于Android控件的主要内容,如果未能解决你的问题,请参考以下文章

android如何跨片段分离/附加保留视图状态

如何清空android ListView控件的内容

Andriod使用webview控件往APP里内嵌网页

Android videoview控件不显示视频,只播放音频

Android代码片段

Android课程---Android Studio使用小技巧:提取方法代码片段