[1.0.0]
[样式修改]
This commit is contained in:
yangyakun
2023-02-13 21:33:15 +08:00
parent 1e83fd5566
commit 38a882b3e5
13 changed files with 135 additions and 42 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="79dp"
android:layout_height="79dp"
android:layout_width="@dimen/dp_148"
android:layout_height="@dimen/dp_148"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<!--消息盒子M1选择入口-->
<CheckBox
android:id="@+id/cbMsgBoxM1"
android:layout_width="79dp"
android:layout_height="79dp"
android:layout_width="@dimen/dp_148"
android:layout_height="@dimen/dp_148"
android:background="@drawable/selector_msg_box_m"
android:button="@null"
app:layout_constraintBottom_toBottomOf="parent"