11<?xml version =" 1.0" encoding =" utf-8" ?>
22<androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools"
34 android : layout_width =" match_parent"
45 android : layout_height =" wrap_content"
56 android : id =" @+id/activityMainBottomSheet_root"
3738 app : layout_constraintStart_toEndOf =" @+id/imageView6"
3839 app : layout_constraintTop_toTopOf =" @+id/imageView8" />
3940
40- <TextView
41- android : id =" @+id/textView7"
42- android : layout_width =" wrap_content"
43- android : layout_height =" wrap_content"
44- android : layout_marginEnd =" 16dp"
45- android : text =" BETA"
46- android : fontFamily =" sans-serif-black"
47- android : textColor =" @android:color/holo_orange_dark"
48- app : layout_constraintBottom_toBottomOf =" @+id/imageView8"
49- app : layout_constraintEnd_toEndOf =" @+id/activityMainBottomSheet_duplicate"
50- app : layout_constraintTop_toTopOf =" @+id/imageView8" />
51-
5241 <TextView
5342 android : id =" @+id/textView"
5443 android : layout_width =" wrap_content"
6049 app : layout_constraintStart_toEndOf =" @+id/imageView6"
6150 app : layout_constraintTop_toTopOf =" @+id/imageView6" />
6251
63- <TextView
64- android : id =" @+id/textView2"
65- android : layout_width =" wrap_content"
66- android : layout_height =" wrap_content"
67- android : layout_marginStart =" 16dp"
68- android : text =" @string/activityMainBottomSheet_rename_str"
69- android : textColor =" @color/black_color_daynight"
70- app : layout_constraintBottom_toBottomOf =" @+id/imageView7"
71- app : layout_constraintStart_toEndOf =" @+id/imageView6"
72- app : layout_constraintTop_toTopOf =" @+id/imageView7" />
73-
7452 <TextView
7553 android : id =" @+id/textView3"
7654 android : layout_width =" wrap_content"
8260 app : layout_constraintStart_toEndOf =" @+id/imageView6"
8361 app : layout_constraintTop_toTopOf =" @+id/imageView9" />
8462
85- <ImageView
86- android : id =" @+id/imageView7"
87- android : layout_width =" wrap_content"
88- android : layout_height =" wrap_content"
89- android : layout_marginTop =" 32dp"
90- app : tint =" @color/black_color_daynight"
91- app : layout_constraintEnd_toEndOf =" @+id/imageView6"
92- app : layout_constraintStart_toStartOf =" @+id/imageView6"
93- app : layout_constraintTop_toBottomOf =" @+id/imageView6"
94- app : srcCompat =" @drawable/ic_baseline_pencil_24" />
95-
9663 <ImageView
9764 android : id =" @+id/imageView9"
9865 android : layout_width =" wrap_content"
9966 android : layout_height =" wrap_content"
100- app : tint =" @color/black_color_daynight"
10167 android : layout_marginTop =" 32dp"
10268 android : layout_marginBottom =" 16dp"
10369 app : layout_constraintBottom_toBottomOf =" parent"
104- app : layout_constraintEnd_toEndOf =" @+id/imageView7 "
105- app : layout_constraintStart_toStartOf =" @+id/imageView7 "
106- app : layout_constraintTop_toBottomOf =" @+id/imageView7 "
107- app : srcCompat =" @drawable/ic_baseline_delete_24 " />
70+ app : layout_constraintStart_toStartOf =" @+id/imageView8 "
71+ app : layout_constraintTop_toBottomOf =" @+id/imageView6 "
72+ app : srcCompat =" @drawable/ic_baseline_delete_24 "
73+ app : tint =" @color/black_color_daynight " />
10874
10975 <View
11076 android : id =" @+id/activityMainBottomSheet_duplicate"
12389 android : id =" @+id/activityMainBottomSheet_viewDetails"
12490 android : layout_width =" 0dp"
12591 android : layout_height =" 0dp"
126- android : layout_marginBottom =" 16dp"
12792 android : background =" ?android:attr/selectableItemBackground"
12893 android : clickable =" true"
12994 android : focusable =" true"
130- app : layout_constraintBottom_toTopOf =" @+id/textView2 "
95+ app : layout_constraintBottom_toTopOf =" @+id/activityMainBottomSheet_delete "
13196 app : layout_constraintEnd_toEndOf =" parent"
13297 app : layout_constraintStart_toStartOf =" parent"
13398 app : layout_constraintTop_toBottomOf =" @+id/activityMainBottomSheet_duplicate" />
13499
135100 <View
136- android : id =" @+id/activityMainBottomSheet_rename "
101+ android : id =" @+id/activityMainBottomSheet_delete "
137102 android : layout_width =" 0dp"
138103 android : layout_height =" 0dp"
139- android : layout_marginBottom =" 16dp"
140- android : background =" ?android:attr/selectableItemBackground"
141- android : clickable =" true"
142- android : focusable =" true"
143- app : layout_constraintBottom_toTopOf =" @+id/textView3"
144- app : layout_constraintEnd_toEndOf =" parent"
145- app : layout_constraintStart_toStartOf =" parent"
146- app : layout_constraintTop_toBottomOf =" @+id/activityMainBottomSheet_viewDetails" />
147-
148- <View
149- android : id =" @+id/activityMainBottomSheet_delete"
104+ android : layout_marginTop =" 16dp"
150105 android : background =" ?android:attr/selectableItemBackground"
151106 android : clickable =" true"
152107 android : focusable =" true"
153- android : layout_width =" 0dp"
154- android : layout_height =" 0dp"
155108 app : layout_constraintBottom_toBottomOf =" parent"
156109 app : layout_constraintEnd_toEndOf =" parent"
157110 app : layout_constraintStart_toStartOf =" parent"
158- app : layout_constraintTop_toBottomOf =" @+id/activityMainBottomSheet_rename " />
111+ app : layout_constraintTop_toBottomOf =" @+id/textView " />
159112</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments