Compare commits
1 Commits
master
...
fix_lint_e
| Author | SHA1 | Date |
|---|---|---|
|
|
8324d66abc |
|
|
@ -1,5 +1,6 @@
|
|||
package ru.touchin.roboswag.mvi_arch.core
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.app.Dialog
|
||||
import android.os.Parcelable
|
||||
import android.view.ViewGroup
|
||||
|
|
@ -26,6 +27,7 @@ abstract class FullscreenBottomSheetDialog<NavArgs, State, Action, VM>(
|
|||
bottomSheet?.layoutParams?.height = ViewGroup.LayoutParams.MATCH_PARENT
|
||||
}
|
||||
|
||||
@SuppressLint("RestrictedApi")
|
||||
override fun setupDialog(dialog: Dialog, style: Int) {
|
||||
dialog.setResizableListener()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="220dp"
|
||||
android:height="50dp"
|
||||
android:width="110dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="220"
|
||||
android:viewportHeight="50">
|
||||
<path
|
||||
|
|
|
|||
Loading…
Reference in New Issue