<?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">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Love"
android:textSize="@dimen/text_large"
android:textColor="@color/colorred"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/comeon
Android Studio点击按钮变更颜色
最新推荐文章于 2024-08-12 03:55:09 发布