diff --git a/apk/app-debug.apk b/apk/app-debug.apk index 952d32e..6db6417 100644 Binary files a/apk/app-debug.apk and b/apk/app-debug.apk differ diff --git a/luhn/src/main/java/xyz/belvi/luhn/Luhn.java b/luhn/src/main/java/xyz/belvi/luhn/Luhn.java index 24e0872..8c5198e 100755 --- a/luhn/src/main/java/xyz/belvi/luhn/Luhn.java +++ b/luhn/src/main/java/xyz/belvi/luhn/Luhn.java @@ -209,7 +209,7 @@ private void initStyle(int style) { retrievePin = ta.getBoolean(R.styleable.luhnStyle_luhn_show_pin, false); ((AppCompatTextView) findViewById(R.id.toolbar_title)).setText(TextUtils.isEmpty(title) ? "Add Card" : title); findViewById(R.id.btn_proceed).setBackground(ta.getDrawable(R.styleable.luhnStyle_luhn_btn_verify_selector)); - findViewById(R.id.toolbar).setBackgroundColor(ta.getColor(R.styleable.luhnStyle_luhn_show_toolbar_color, ContextCompat.getColor(this, R.color.colorPrimary))); + findViewById(R.id.toolbar).setBackgroundColor(ta.getColor(R.styleable.luhnStyle_luhn_show_toolbar_color, ContextCompat.getColor(this, R.color.ln_colorPrimary))); } private void initViews() { diff --git a/luhn/src/main/res/values/colors.xml b/luhn/src/main/res/values/colors.xml index f49302a..007673d 100755 --- a/luhn/src/main/res/values/colors.xml +++ b/luhn/src/main/res/values/colors.xml @@ -1,9 +1,9 @@ - #3F51B5 - #303F9F - #ff000000 + #ff000000 + #303F9F + #ff000000 #ff000000 #ff000000 diff --git a/luhn/src/main/res/values/styles.xml b/luhn/src/main/res/values/styles.xml index e312094..d722db8 100755 --- a/luhn/src/main/res/values/styles.xml +++ b/luhn/src/main/res/values/styles.xml @@ -3,9 +3,9 @@ @@ -55,7 +55,7 @@ Add Card fonts/ClanMedium.ttf @drawable/card_next_btn_selector - @color/colorAccent + @color/ln_colorAccent true