Skip to content
Snippets Groups Projects
Commit 2df19799 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Improve layout

parent 1dbcc333
No related branches found
No related tags found
1 merge request!26Resolve "Improve layout"
Pipeline #2809 passed
org.gradle.jvmargs=-Xmx1536M org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
app.versionName=0.1.2 app.versionName=0.1.3
app.versionCode=23 app.versionCode=24
assets/icons/placeholder.png

170 B

Improve layout
Amélioration de l'affichage
...@@ -20,6 +20,7 @@ AVAILABLE_GAME_IMAGES=" ...@@ -20,6 +20,7 @@ AVAILABLE_GAME_IMAGES="
button_start button_start
game_fail game_fail
game_win game_win
placeholder
" "
# Settings images # Settings images
......
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 102 102" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"/>
...@@ -37,7 +37,7 @@ class Parameters { ...@@ -37,7 +37,7 @@ class Parameters {
Column decorationImage = Column( Column decorationImage = Column(
children: [ children: [
Image( Image(
image: AssetImage('assets/icons/game_win.png'), image: AssetImage('assets/icons/placeholder.png'),
fit: BoxFit.fill fit: BoxFit.fill
), ),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment