Android Notes (2) UI text is more colorful

UI part of the code

<?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>
Take screenshots


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325571633&siteId=291194637