From aaedf98c7c2eb9381c704367e040471cb2e9d094 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 25 Jul 2017 12:14:46 -0700 Subject: Update dependencies and icons (#14) * Use kotlin color for sample * Add play store button * Update icon * Update build tools --- sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.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/KPrefSample.kt b/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt index 1bbcc47..fc4277f 100644 --- a/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt +++ b/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt @@ -9,7 +9,7 @@ import ca.allanwang.kau.kpref.kpref */ object KPrefSample : KPref() { var textColor: Int by kpref("TEXT_COLOR", Color.WHITE) - var accentColor: Int by kpref("ACCENT_COLOR", 0xffff4081.toInt()) + var accentColor: Int by kpref("ACCENT_COLOR", 0xffff8900.toInt()) var bgColor: Int by kpref("BG_COLOR", 0xff303030.toInt()) var check1: Boolean by kpref("check1", true) var check2: Boolean by kpref("check2", false) -- cgit v1.2.3