@@ -34,6 +34,7 @@ fun YourComposable() {
34
34
properties = BottomSheetDialogProperties (
35
35
dismissOnBackPress = true ,
36
36
dismissOnClickOutside = true ,
37
+ dismissWithAnimation = false ,
37
38
navigationBarColor = Color .Unspecified
38
39
)
39
40
) {
@@ -51,25 +52,17 @@ fun YourComposable() {
51
52
52
53
# License
53
54
```
54
- MIT License
55
+ Designed and developed by 2022 holixfactory
55
56
56
- Copyright (c) 2022 HOLIX
57
+ Licensed under the Apache License, Version 2.0 (the "License");
58
+ you may not use this file except in compliance with the License.
59
+ You may obtain a copy of the License at
57
60
58
- Permission is hereby granted, free of charge, to any person obtaining a copy
59
- of this software and associated documentation files (the "Software"), to deal
60
- in the Software without restriction, including without limitation the rights
61
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62
- copies of the Software, and to permit persons to whom the Software is
63
- furnished to do so, subject to the following conditions:
61
+ http://www.apache.org/licenses/LICENSE-2.0
64
62
65
- The above copyright notice and this permission notice shall be included in all
66
- copies or substantial portions of the Software.
67
-
68
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74
- SOFTWARE.
63
+ Unless required by applicable law or agreed to in writing, software
64
+ distributed under the License is distributed on an "AS IS" BASIS,
65
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66
+ See the License for the specific language governing permissions and
67
+ limitations under the License.
75
68
```
0 commit comments