Graphics update

This commit is contained in:
vtretyakov
2019-02-14 13:01:14 +07:00
parent e671d91f4b
commit 8b192b1d07
179 changed files with 270 additions and 195 deletions

View File

@@ -13,7 +13,6 @@ const String active_token_bg_png = 'assets/active_token_message_background.png';
const String expansion_icon_png = 'assets/faq_expansion_icon.png';
const String powered_by_dinect_splash_png = 'assets/powered_by_dinect_splash.png';
const String powered_by_dinect_png = 'assets/powered_by_dinect.png';
const String splash_text_png = 'assets/splash_text.png';
const Color greyTextColor = const Color(0xffa5a5a5);
const Color textBorderColor = const Color(0xffcfd8dc);

View File

@@ -69,7 +69,6 @@ class _SplashScreenState extends BaseState<SplashScreen> {
return new Center(
child: new Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
new Image.asset(Resources.getLogo(app), height: 112.0, width: 252.0),
new Image.asset(splash_text_png, height: 40.0, width: 240.0)
]));
}