File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
presentation/src/main/res Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <shape
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ android : shape =" rectangle" >
5
+
6
+ <solid android : color =" @android:color/white" />
7
+
8
+ <corners
9
+ android : topLeftRadius =" 15dp"
10
+ android : topRightRadius =" 15dp" />
11
+ </shape >
Original file line number Diff line number Diff line change 4
4
android : shape =" rectangle" >
5
5
6
6
<solid android : color =" #FFFFFF" />
7
+
7
8
<corners android : radius =" 15dp" />
8
9
</shape >
Original file line number Diff line number Diff line change 6
6
<androidx .constraintlayout.widget.ConstraintLayout
7
7
android : layout_width =" match_parent"
8
8
android : layout_height =" match_parent"
9
- android : backgroundTint = " #FFFFFF "
9
+ android : background = " @drawable/background_bottom_sheet "
10
10
android : elevation =" 20dp"
11
11
app : layout_behavior =" com.google.android.material.bottomsheet.BottomSheetBehavior"
12
12
app : behavior_peekHeight =" 100dp"
13
- app : behavior_hideable =" false"
14
- style =" @style/Widget.Material3.BottomSheet" >
13
+ app : behavior_hideable =" false" >
15
14
16
15
<com .google.android.material.bottomsheet.BottomSheetDragHandleView
17
16
android : id =" @+id/drag_handle"
You can’t perform that action at this time.
0 commit comments