From d61d2bb45766f984f11a19d79b0afe1b65af4136 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 23 十一月 2022 17:05:05 +0800 Subject: [PATCH] 增加主题样式 --- AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_main.xml | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git a/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_main.xml b/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_main.xml index a867846..6dc6914 100644 --- a/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_main.xml +++ b/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_main.xml @@ -133,6 +133,7 @@ android:paddingRight="@dimen/px_30"> <TextView + android:visibility="gone" android:id="@+id/tv_cur_wifi_tip" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -159,22 +160,22 @@ android:layout_height="0dp" android:layout_weight="1"></View> -<!-- <RelativeLayout--> -<!-- android:id="@+id/rl_detele"--> -<!-- android:layout_width="match_parent"--> -<!-- android:layout_height="@dimen/px_110"--> -<!-- android:layout_gravity="bottom"--> -<!-- android:layout_marginBottom="@dimen/px_50"--> -<!-- android:background="@color/lc_demo_color_ffffff"--> -<!-- android:gravity="center_vertical">--> + <RelativeLayout + android:id="@+id/rl_detele" + android:layout_width="match_parent" + android:layout_height="@dimen/px_110" + android:layout_gravity="bottom" + android:layout_marginBottom="@dimen/px_50" + android:background="@color/lc_demo_color_ffffff" + android:gravity="center_vertical"> -<!-- <TextView--> -<!-- android:layout_width="wrap_content"--> -<!-- android:layout_height="wrap_content"--> -<!-- android:layout_centerInParent="true"--> -<!-- android:text="@string/lc_demo_device_delete"--> -<!-- android:textColor="@color/lc_demo_color_FF4F4F"--> -<!-- android:textSize="@dimen/px_36"></TextView>--> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_centerInParent="true" + android:text="@string/lc_demo_device_delete" + android:textColor="@color/lc_demo_color_FF4F4F" + android:textSize="@dimen/px_36"></TextView> -<!-- </RelativeLayout>--> + </RelativeLayout> </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0