Updating yolo

This commit is contained in:
Florian Bouillon 2018-02-12 00:41:11 +01:00
parent 61948f9357
commit 7e179b00d4
3 changed files with 3 additions and 3 deletions

2
.idea/modules.xml generated
View File

@ -2,8 +2,8 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Hangman-game.iml" filepath="$PROJECT_DIR$/Hangman-game.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/hangman-game.iml" filepath="$PROJECT_DIR$/hangman-game.iml" />
</modules>
</component>
</project>

View File

@ -7,7 +7,7 @@
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/logo"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/logo_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity

View File

@ -65,7 +65,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.50"
app:srcCompat="@mipmap/ic_launcher_round"/>
app:srcCompat="@mipmap/logo"/>
</LinearLayout>
<TextView