From a5183545abaf79a61bff67202102209b83a453bd Mon Sep 17 00:00:00 2001 From: Semper-Viventem Date: Fri, 17 Aug 2018 14:22:54 +0300 Subject: [PATCH] Fix import --- .../kotlin/ru/semper_viventem/backdropview/ui/MainActivity.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample/src/main/kotlin/ru/semper_viventem/backdropview/ui/MainActivity.kt b/sample/src/main/kotlin/ru/semper_viventem/backdropview/ui/MainActivity.kt index eed3e36..6337096 100644 --- a/sample/src/main/kotlin/ru/semper_viventem/backdropview/ui/MainActivity.kt +++ b/sample/src/main/kotlin/ru/semper_viventem/backdropview/ui/MainActivity.kt @@ -4,8 +4,10 @@ import android.os.Bundle import androidx.annotation.IdRes import androidx.appcompat.app.AppCompatActivity import androidx.fragment.app.Fragment +import kotlinx.android.synthetic.main.activity_main.* import ru.semper_viventem.backdrop.BackdropBehavior import ru.semper_viventem.backdropview.R +import ru.semper_viventem.backdropview.findBehavior import ru.semper_viventem.backdropview.ui.gallery.GalleryScreen import ru.semper_viventem.backdropview.ui.list.ListScreen import ru.semper_viventem.backdropview.ui.text.TextScreen