|
42 | 42 | app:layout_constraintStart_toStartOf="parent" |
43 | 43 | app:layout_constraintTop_toBottomOf="@id/iv_clip_edit_back" /> |
44 | 44 |
|
45 | | - <androidx.core.widget.NestedScrollView |
46 | | - android:layout_width="match_parent" |
47 | | - android:layout_height="0dp" |
48 | | - android:layout_marginTop="22dp" |
49 | | - app:layout_constraintBottom_toBottomOf="parent" |
50 | | - app:layout_constraintStart_toStartOf="parent" |
51 | | - app:layout_constraintTop_toBottomOf="@id/tv_clip_edit_guide_msg"> |
52 | | - |
53 | | - <androidx.constraintlayout.widget.ConstraintLayout |
54 | | - android:layout_width="match_parent" |
55 | | - android:layout_height="match_parent"> |
56 | | - |
57 | | - <ImageView |
58 | | - android:id="@+id/iv_pin" |
59 | | - android:layout_width="wrap_content" |
60 | | - android:layout_height="wrap_content" |
61 | | - android:layout_marginStart="20dp" |
62 | | - android:src="@drawable/ic_pin_24" |
63 | | - app:layout_constraintBottom_toBottomOf="@id/tv_all_clip" |
64 | | - app:layout_constraintStart_toStartOf="parent" |
65 | | - app:layout_constraintTop_toTopOf="@id/tv_all_clip" /> |
66 | | - |
67 | | - <TextView |
68 | | - android:id="@+id/tv_all_clip" |
69 | | - android:layout_width="0dp" |
70 | | - android:layout_height="wrap_content" |
71 | | - android:layout_marginStart="4dp" |
72 | | - android:layout_marginEnd="20dp" |
73 | | - android:background="@drawable/shape_white_fill_12_rect" |
74 | | - android:paddingVertical="15dp" |
75 | | - android:paddingStart="14dp" |
76 | | - android:text="@string/clip_all_clip" |
77 | | - android:textAppearance="@style/Typography.suit.semibold_16" |
78 | | - android:textColor="@color/neutrals850" |
79 | | - app:layout_constraintEnd_toEndOf="parent" |
80 | | - app:layout_constraintStart_toEndOf="@id/iv_pin" |
81 | | - app:layout_constraintTop_toTopOf="parent" /> |
82 | | - |
83 | | - <androidx.recyclerview.widget.RecyclerView |
84 | | - android:id="@+id/rv_clip_edit" |
85 | | - android:layout_width="0dp" |
86 | | - android:layout_height="wrap_content" |
87 | | - android:layout_marginStart="10dp" |
88 | | - android:layout_marginTop="22dp" |
89 | | - android:overScrollMode="never" |
90 | | - android:nestedScrollingEnabled="false" |
91 | | - android:layout_marginEnd="20dp" |
92 | | - app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
93 | | - app:layout_constraintBottom_toBottomOf="parent" |
94 | | - app:layout_constraintEnd_toEndOf="parent" |
95 | | - app:layout_constraintStart_toStartOf="parent" |
96 | | - app:layout_constraintTop_toBottomOf="@id/iv_pin" |
97 | | - tools:itemCount="3" |
98 | | - tools:listitem="@layout/item_clip_edit_clip" /> |
99 | | - </androidx.constraintlayout.widget.ConstraintLayout> |
| 45 | + <androidx.recyclerview.widget.RecyclerView |
| 46 | + android:id="@+id/rv_clip_edit" |
| 47 | + android:layout_width="0dp" |
| 48 | + android:layout_height="0dp" |
| 49 | + android:layout_marginTop="44dp" |
| 50 | + android:paddingVertical="15dp" |
| 51 | + android:nestedScrollingEnabled="false" |
| 52 | + app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
| 53 | + app:layout_constraintBottom_toBottomOf="parent" |
| 54 | + app:layout_constraintEnd_toEndOf="parent" |
| 55 | + app:layout_constraintStart_toStartOf="parent" |
| 56 | + app:layout_constraintTop_toBottomOf="@id/iv_clip_edit_back" |
| 57 | + tools:itemCount="3" |
| 58 | + tools:listitem="@layout/item_clip_edit_clip" /> |
100 | 59 |
|
101 | | - </androidx.core.widget.NestedScrollView> |
102 | 60 | <View |
103 | 61 | android:id="@+id/v_snack" |
104 | 62 | android:layout_width="match_parent" |
105 | 63 | android:layout_height="20dp" |
106 | | - app:layout_constraintBottom_toBottomOf="parent"/> |
| 64 | + app:layout_constraintBottom_toBottomOf="parent" /> |
107 | 65 |
|
108 | 66 | </androidx.constraintlayout.widget.ConstraintLayout> |
0 commit comments