aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-21 15:38:36 -0700
committerAllan Wang <me@allanwang.ca>2017-06-21 15:38:36 -0700
commit5c1a82b943e148ef6109b1d1ec65f89198458735 (patch)
tree481d40fe151f67e3bcbf4f2b1f5ce9b3e9506b8e /library
parentf7553e7b6c5a6cdc02c4f2bb8ca75b4ca44eb472 (diff)
downloadkau-5c1a82b943e148ef6109b1d1ec65f89198458735.tar.gz
kau-5c1a82b943e148ef6109b1d1ec65f89198458735.tar.bz2
kau-5c1a82b943e148ef6109b1d1ec65f89198458735.zip
Fix imports
Diffstat (limited to 'library')
-rw-r--r--library/src/main/kotlin/ca/allanwang/kau/utils/ColorUtils.kt5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/src/main/kotlin/ca/allanwang/kau/utils/ColorUtils.kt b/library/src/main/kotlin/ca/allanwang/kau/utils/ColorUtils.kt
index 1e2230c..eaa6d91 100644
--- a/library/src/main/kotlin/ca/allanwang/kau/utils/ColorUtils.kt
+++ b/library/src/main/kotlin/ca/allanwang/kau/utils/ColorUtils.kt
@@ -5,12 +5,15 @@ import android.content.res.ColorStateList
import android.graphics.Color
import android.graphics.PorterDuff
import android.graphics.drawable.Drawable
+import android.os.Build
import android.support.annotation.ColorInt
import android.support.annotation.FloatRange
import android.support.annotation.IntRange
+import android.support.v4.content.ContextCompat
+import android.support.v4.graphics.drawable.DrawableCompat
import android.support.v7.widget.AppCompatEditText
import android.support.v7.widget.Toolbar
-import android.widget.ImageButton
+import android.widget.*
import com.afollestad.materialdialogs.R
/**