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控件的主要内容,如果未能解决你的问题,请参考以下文章