From 18ed4d6cfd7cd95c389072aad8ed7d4dfac3e3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 7 Jul 2017 17:54:47 -0300 Subject: [PATCH] fix status bar color for android devices --- app-template/bitpay/appConfig.json | 1 + app-template/config-template.xml | 2 +- app-template/copay/appConfig.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-template/bitpay/appConfig.json b/app-template/bitpay/appConfig.json index e76151b7e..81d3ec953 100644 --- a/app-template/bitpay/appConfig.json +++ b/app-template/bitpay/appConfig.json @@ -2,6 +2,7 @@ "packageName": "bitpay", "packageDescription": "Secure Bitcoin Wallet", "packageNameId": "com.bitpay.wallet", + "statusBarColor": "#1e3186", "userVisibleName": "BitPay", "purposeLine": "Secure Bitcoin Wallet", "bundleName": "wallet", diff --git a/app-template/config-template.xml b/app-template/config-template.xml index 062977610..86117d6d3 100644 --- a/app-template/config-template.xml +++ b/app-template/config-template.xml @@ -21,7 +21,7 @@ - + diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json index 5f685382b..a24d03be3 100644 --- a/app-template/copay/appConfig.json +++ b/app-template/copay/appConfig.json @@ -2,6 +2,7 @@ "packageName": "copay", "packageDescription": "Copay Bitcoin Wallet", "packageNameId": "com.bitpay.copay", + "statusBarColor": "#192c3a", "userVisibleName": "Copay", "purposeLine": "Copay Bitcoin Wallet", "bundleName": "copay",