Добавил ресурсы приложения PIP, иконка приложения устанавливается при сборке

This commit is contained in:
Ivan Murashov
2017-09-06 18:59:13 +03:00
parent 60090ea437
commit 8d81fb185d
15 changed files with 68 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
getDecorationForScanButton() {
return new BoxDecoration(
border: new Border.all(color: primaryColor, width: 1.0),
border: new Border.all(color: buttonColor, width: 1.0),
borderRadius: new BorderRadius.all(new Radius.circular(4.0)));
}