Skip to content

Commit

Permalink
added app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kadersuutlu committed Sep 6, 2024
1 parent 4f61c93 commit cf1bcfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/app_icon"
android:supportsRtl="true"
android:theme="@style/Theme.KekodChallenge1"
tools:targetApi="31">
Expand Down
Binary file added app/src/main/res/drawable/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/src/main/res/values/emotions_array.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- res/values/strings.xml -->
<resources>
<string-array name="emotions_array">
<item>Ego</item>
Expand Down

0 comments on commit cf1bcfc

Please sign in to comment.