Remove clutter in main (#6437)
This commit is contained in:
parent
47723042c5
commit
560be9f553
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
@file:Suppress("PackageDirectoryMismatch")
|
||||||
|
|
||||||
package com.google.android.material.bottomsheet
|
package com.google.android.material.bottomsheet
|
||||||
|
|
||||||
import android.view.View
|
import android.view.View
|
|
@ -1,3 +1,5 @@
|
||||||
|
@file:Suppress("PackageDirectoryMismatch")
|
||||||
|
|
||||||
package androidx.preference
|
package androidx.preference
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -1,3 +1,5 @@
|
||||||
|
@file:Suppress("PackageDirectoryMismatch")
|
||||||
|
|
||||||
package com.google.android.material.appbar
|
package com.google.android.material.appbar
|
||||||
|
|
||||||
import android.animation.AnimatorSet
|
import android.animation.AnimatorSet
|
Reference in a new issue