diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-10 12:54:31 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-10 12:54:31 -0600 |
commit | 793241fe47c09c63e2a2e5a4429deed8e7401754 (patch) | |
tree | 66c4660417b4cc472c34828f0de26a98403968ff /app/src/main/AndroidManifest.xml | |
parent | 2734f6777a6b7c439d9bc55c8756155721f76fa5 (diff) | |
download | wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.gz wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.bz2 |
added todo list file, app icon and implemented about fragment
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aaf7fd9..bae710f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,9 +6,9 @@ <application android:allowBackup="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_watcher_icons" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_watcher_icons_round" android:supportsRtl="true" android:theme="@style/Theme.WiimmfiWatcher"> <activity android:name=".MainActivity"> |