aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 14:59:35 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 14:59:35 -0700
commitef4b513cdd6d6fdf1d747720dd56f8c39bfedab9 (patch)
tree622b6a0f35f29f8cbcc7dc15b36080e4497081e2 /sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt
parent50308831b3e33526a2e672c26765bb02856a3e92 (diff)
downloadkau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.gz
kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.bz2
kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.zip
KAU icon
Diffstat (limited to 'sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt')
-rw-r--r--sample/src/main/kotlin/ca/allanwang/kau/sample/AboutActivity.kt2
1 files changed, 1 insertions, 1 deletions
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()