Добавил ресурсы приложения 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

@@ -118,7 +118,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
return new RaisedButton(child: new Text(text,
style: new TextStyle(color: Colors.white)),
onPressed: onPressed,
color: primaryColor);
color: buttonColor);
}
/// Метод возвращает контейнер с отступами, который содержит картинку с логотипом.