Commit ab6e5cc1 authored by wanglei's avatar wanglei

结果页

parent 16010f37
...@@ -70,7 +70,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() { ...@@ -70,7 +70,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
override fun initView() { override fun initView() {
BarUtils.setStatusBarColor(this, Color.TRANSPARENT) BarUtils.setStatusBarColor(this, Color.TRANSPARENT)
binding.root.updatePadding(top = BarUtils.getStatusBarHeight()) binding.ll.updatePadding(top = BarUtils.getStatusBarHeight())
setAdapter() setAdapter()
binding.idJunksBack.setOnClickListener { binding.idJunksBack.setOnClickListener {
onBackPressedDispatcher.onBackPressed() onBackPressedDispatcher.onBackPressed()
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
...@@ -13,6 +14,7 @@ ...@@ -13,6 +14,7 @@
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<LinearLayout <LinearLayout
android:id="@+id/ll"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
android:layout_marginTop="-15dp" android:layout_marginTop="-15dp"
app:bl_corners_leftRadius="15dp" app:bl_corners_leftRadius="15dp"
app:bl_corners_topRadius="15dp" app:bl_corners_topRadius="15dp"
app:bl_solid_color="@color/white" app:bl_solid_color="#FCFCFC"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
...@@ -85,9 +85,7 @@ ...@@ -85,9 +85,7 @@
android:id="@+id/rv_fun" android:id="@+id/rv_fun"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_margin="16dp" android:layout_margin="8dp"
android:paddingTop="20dp"
android:paddingBottom="15dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
</com.noober.background.view.BLFrameLayout> </com.noober.background.view.BLFrameLayout>
......
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp" android:layout_marginHorizontal="8dp"
android:layout_marginVertical="8dp" android:layout_marginVertical="8dp"
android:elevation="2dp" android:elevation="2dp"
android:orientation="vertical" android:orientation="vertical"
app:bl_corners_radius="5dp"> app:bl_corners_radius="5dp"
app:bl_solid_color="@color/white">
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent" android:layout_width="match_parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment