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

来源:互联网 发布:纪子妃 知乎 编辑:程序博客网 时间:2024/06/06 01:56

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>
实现截图


阅读全文
0 0