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