diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 526b4c2..bb80ebf 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index b866680..5af5a07 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,13 +3,16 @@ + + + - + diff --git a/README.md b/README.md index 4776ea7..d9bb2be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 2. Clone that repo to your local machine 3. Pull the latest code (containing bugged code) 4. Start Debugging -5. Try to add comments for each big fix ypu've done. +5. Try to add comments for each big fix you've done. 6. Commit & Push the final code before deadline #### Steps after submission: diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9ea6264..c126422 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:android="http://schemas.android.com/apk/res/android"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_icon_user_background.xml b/app/src/main/res/drawable/ic_launcher_icon_user_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_icon_user_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/img.png b/app/src/main/res/drawable/img.png new file mode 100644 index 0000000..f336b20 Binary files /dev/null and b/app/src/main/res/drawable/img.png differ diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 29ce29d..7f55c29 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,6 +1,5 @@ - + android:hint="Enter Todo Text" + android:inputType="textCapSentences" /> + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index eca70cf..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user.xml new file mode 100644 index 0000000..75f1b12 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user_round.xml new file mode 100644 index 0000000..75f1b12 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_user_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index eca70cf..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user.png b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user.png new file mode 100644 index 0000000..66796d5 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_foreground.png new file mode 100644 index 0000000..8c33adc Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_round.png new file mode 100644 index 0000000..83f55b2 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_icon_user_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp index b2dfe3d..e69de29 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp index 4f0f1d6..e69de29 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.webp and b/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user.png b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user.png new file mode 100644 index 0000000..e32b2f1 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_foreground.png new file mode 100644 index 0000000..035df0b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_round.png new file mode 100644 index 0000000..8aa38b6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_icon_user_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp index 62b611d..e69de29 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp index 948a307..e69de29 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user.png new file mode 100644 index 0000000..7269a4c Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_foreground.png new file mode 100644 index 0000000..476d92b Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_round.png new file mode 100644 index 0000000..7536cc0 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_icon_user_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp index 1b9a695..e69de29 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp index 28d4b77..e69de29 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user.png new file mode 100644 index 0000000..5d517e2 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_foreground.png new file mode 100644 index 0000000..c9dc6d0 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_round.png new file mode 100644 index 0000000..10773e8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_icon_user_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp index 9287f50..e69de29 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index aa7d642..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user.png new file mode 100644 index 0000000..599e860 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_foreground.png new file mode 100644 index 0000000..8b1ad15 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_round.png new file mode 100644 index 0000000..9a03029 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_icon_user_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9126ae3..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ