mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
adapt package for BottomSheetBehavior
This commit is contained in:
parent
4eec0331ca
commit
6b4f90c52f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
android:id="@+id/bottom_sheet"
|
android:id="@+id/bottom_sheet"
|
||||||
app:behavior_hideable="false"
|
app:behavior_hideable="false"
|
||||||
app:behavior_peekHeight="35dp"
|
app:behavior_peekHeight="35dp"
|
||||||
app:layout_behavior="android.support.design.widget.BottomSheetBehavior"
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
||||||
android:background="@color/transparent"
|
android:background="@color/transparent"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue