mirror of
https://github.com/Aviortheking/Hangman.git
synced 2024-12-19 18:20:54 +00:00
Updating yolo
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user