From ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 9 Jul 2017 14:59:35 -0700 Subject: KAU icon --- sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/src/main/kotlin') diff --git a/sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt b/sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt index e675ebf..983544d 100644 --- a/sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt +++ b/sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt @@ -9,7 +9,7 @@ import com.mikepenz.fastadapter.IItem * Created by Allan Wang on 2017-06-27. */ class AboutActivity : AboutActivityBase(R.string::class.java, { - cutoutText = "KAU" + cutoutDrawableRes = R.drawable.kau textColor = 0xde000000.toInt() backgroundColor = 0xfffafafa.toInt() accentColor = 0xff00838F.toInt() -- cgit v1.2.3