diff --git a/app/src/main/res/drawable-xhdpi/bg_quick_match.png b/app/src/main/res/drawable-xhdpi/bg_quick_match.png new file mode 100644 index 000000000..c0e09ca47 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_quick_match.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_quick_match_left.png b/app/src/main/res/drawable-xhdpi/ic_quick_match_left.png new file mode 100644 index 000000000..f39220b0c Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_quick_match_left.png differ diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 4e38e6ab7..c3325c590 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -45,7 +45,7 @@ + android:layout_marginEnd="@dimen/dp_15"> + tools:visibility="gone" /> @@ -160,6 +163,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="@dimen/dp_5" + android:paddingBottom="@dimen/dp_5" android:visibility="visible" tools:visibility="visible" /> @@ -171,7 +175,6 @@ android:id="@+id/fl_indicator" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="5dp" android:paddingBottom="5dp"> - + android:textColor="@color/white" + android:textSize="16dp" /> diff --git a/app/src/main/res/layout/fragment_room_like.xml b/app/src/main/res/layout/fragment_room_like.xml index 581b587d3..f7de4c14a 100644 --- a/app/src/main/res/layout/fragment_room_like.xml +++ b/app/src/main/res/layout/fragment_room_like.xml @@ -30,7 +30,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="68dp" - android:src="@drawable/empty_content_dark" /> + android:src="@drawable/icon_common_failure" /> - + android:orientation="vertical" + tools:layout_width="120dp"> + + + + android:id="@+id/square_layout" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="3dp" + android:layout_marginEnd="5dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + android:src="@drawable/default_cover" + app:riv_corner_radius_bottom_left="0dp" + app:riv_corner_radius_bottom_right="0dp" + app:riv_corner_radius_top_left="8dp" + app:riv_corner_radius_top_right="8dp" /> - + - \ No newline at end of file + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_home_tab_map.xml b/app/src/main/res/layout/item_home_tab_map.xml index b70b8efe5..e7b642cf2 100644 --- a/app/src/main/res/layout/item_home_tab_map.xml +++ b/app/src/main/res/layout/item_home_tab_map.xml @@ -9,18 +9,20 @@ tools:layout_width="120dp"> @@ -102,8 +104,8 @@ android:layout_marginEnd="@dimen/dp_10" android:ellipsize="end" android:gravity="center_vertical" - android:maxLines="1" android:includeFontPadding="false" + android:maxLines="1" android:textColor="@color/color_333333" android:textSize="12dp" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/item_room_banner.xml b/app/src/main/res/layout/item_room_banner.xml index ea9f9d0ca..ef7573455 100644 --- a/app/src/main/res/layout/item_room_banner.xml +++ b/app/src/main/res/layout/item_room_banner.xml @@ -10,10 +10,12 @@