安卓笔记(2)ui文字更加丰富多彩

UI部分代码

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    >
       <TextView
           android:id="@+id/Tv"
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:text="@string/app_name"/>

</LinearLayout>
实现截图


猜你喜欢

转载自blog.csdn.net/qq_16519957/article/details/78158847