|
@@ -2,6 +2,7 @@
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="375dp"
|
|
|
+ android:background="@drawable/shape_12dp_white"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:minHeight="278dp">
|
|
|
|
|
@@ -9,7 +10,6 @@
|
|
|
android:id="@+id/view_top_bg"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="47dp"
|
|
|
- android:background="@drawable/shape_514f5f_top_10dp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
@@ -21,7 +21,7 @@
|
|
|
android:includeFontPadding="false"
|
|
|
android:paddingStart="12dp"
|
|
|
android:text="我的课件"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:textColor="@color/color_131415"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_top_bg"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -32,7 +32,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingEnd="18dp"
|
|
|
- android:src="@drawable/icon_close_white"
|
|
|
+ android:src="@drawable/tc_icon_close_page"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_title"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_title" />
|
|
@@ -41,7 +41,6 @@
|
|
|
android:id="@+id/view_content_bg"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:background="#34333D"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/recyclerView"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_top_bg" />
|
|
|
|
|
@@ -52,7 +51,7 @@
|
|
|
android:layout_marginStart="14dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="14dp"
|
|
|
- android:background="@drawable/shape_514f5f_18dp"
|
|
|
+ android:background="@drawable/shape_f2f2f2_18dp"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/view_content_bg"
|
|
|
app:layout_constraintRight_toRightOf="@+id/view_content_bg"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_content_bg" />
|
|
@@ -101,7 +100,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="24dp"
|
|
|
android:layout_marginEnd="5dp"
|
|
|
- android:background="@drawable/shape_35343e_18dp"
|
|
|
+ android:background="@drawable/shape_01c1b5_19dp"
|
|
|
android:gravity="center"
|
|
|
android:paddingStart="11dp"
|
|
|
android:paddingEnd="11dp"
|
|
@@ -127,7 +126,6 @@
|
|
|
android:id="@+id/view_bottom_bg"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="58dp"
|
|
|
- android:background="@drawable/shape_35343e_18dp_bottom"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_content_bg" />
|
|
|
|
|
|
<TextView
|
|
@@ -135,11 +133,11 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="34dp"
|
|
|
android:layout_marginEnd="6dp"
|
|
|
- android:background="@drawable/shape_border_white_1dp_radius_4dp"
|
|
|
+ android:background="@drawable/shape_border_dbdbdb_19dp"
|
|
|
android:gravity="center"
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:text="@string/cancel"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_bottom_bg"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/view_bottom_bg"
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_confirm"
|
|
@@ -151,7 +149,7 @@
|
|
|
android:layout_height="34dp"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
- android:background="@drawable/shape_656376_4dp"
|
|
|
+ android:background="@drawable/shape_01c1b5_19dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/common_confirm"
|
|
|
android:textColor="@color/white"
|