From ddba8882e0ab43196e81bf8f707f20226d2824a0 Mon Sep 17 00:00:00 2001 From: Palash Rambhia Date: Sat, 13 Nov 2021 15:09:36 +0530 Subject: [PATCH 1/2] Made some Changes from Palash --- .idea/misc.xml | 4 +++- app/src/main/res/layout/todo_item.xml | 7 ++++--- app/src/main/res/values/strings.xml | 2 ++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index b866680..a2eddd4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,13 +3,15 @@ - + diff --git a/app/src/main/res/layout/todo_item.xml b/app/src/main/res/layout/todo_item.xml index 1e4beb8..b81d77f 100644 --- a/app/src/main/res/layout/todo_item.xml +++ b/app/src/main/res/layout/todo_item.xml @@ -13,7 +13,7 @@ android:layout_height="wrap_content" android:gravity="center" android:paddingHorizontal="14dp" - android:text="1" + android:text="@string/_1" android:textSize="20sp" /> @@ -43,6 +43,7 @@ android:layout_marginBottom="0dp" android:background="?android:selectableItemBackground" android:foregroundGravity="right" - android:src="@drawable/ic_delete" /> + android:src="@drawable/ic_delete" + tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e4795f7..7471c57 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,3 +1,5 @@ Todo App Java + 1 + Some Todo Text \ No newline at end of file From 234f7645d5c08e0d3f7b6d54beeac7442a7aad9e Mon Sep 17 00:00:00 2001 From: Palash Rambhia Date: Sat, 13 Nov 2021 16:55:12 +0530 Subject: [PATCH 2/2] Bugs Fixed Fixed bugs 1,2,3,7 and 8 --- .idea/deploymentTargetDropDown.xml | 17 ++++++++++ .idea/misc.xml | 6 ++-- .../com/example/todoappjava/MainActivity.java | 32 ++++++++++++------ .../com/example/todoappjava/TodoAdapter.java | 1 + app/src/main/res/layout/activity_main.xml | 23 ++++++++++--- .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 --- .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 --- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 4712 bytes app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 0 bytes .../mipmap-hdpi/ic_launcher_adaptive_back.png | Bin 0 -> 5792 bytes .../mipmap-hdpi/ic_launcher_adaptive_fore.png | Bin 0 -> 3044 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4712 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 0 bytes .../ic_launcher_round_adaptive_back.png | Bin 0 -> 5792 bytes .../ic_launcher_round_adaptive_fore.png | Bin 0 -> 3044 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2899 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 0 bytes .../mipmap-mdpi/ic_launcher_adaptive_back.png | Bin 0 -> 3174 bytes .../mipmap-mdpi/ic_launcher_adaptive_fore.png | Bin 0 -> 1702 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2899 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 0 bytes .../ic_launcher_round_adaptive_back.png | Bin 0 -> 3174 bytes .../ic_launcher_round_adaptive_fore.png | Bin 0 -> 1702 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 6737 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 0 bytes .../ic_launcher_adaptive_back.png | Bin 0 -> 8767 bytes .../ic_launcher_adaptive_fore.png | Bin 0 -> 4084 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 6737 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 0 bytes .../ic_launcher_round_adaptive_back.png | Bin 0 -> 8767 bytes .../ic_launcher_round_adaptive_fore.png | Bin 0 -> 4084 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 11041 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 0 bytes .../ic_launcher_adaptive_back.png | Bin 0 -> 15513 bytes .../ic_launcher_adaptive_fore.png | Bin 0 -> 8065 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 11041 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 0 bytes .../ic_launcher_round_adaptive_back.png | Bin 0 -> 15513 bytes .../ic_launcher_round_adaptive_fore.png | Bin 0 -> 8065 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 16043 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 0 bytes .../ic_launcher_adaptive_back.png | Bin 0 -> 23220 bytes .../ic_launcher_adaptive_fore.png | Bin 0 -> 11163 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 16043 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 0 bytes .../ic_launcher_round_adaptive_back.png | Bin 0 -> 23220 bytes .../ic_launcher_round_adaptive_fore.png | Bin 0 -> 11163 bytes app/src/main/res/values/strings.xml | 2 ++ 48 files changed, 63 insertions(+), 28 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_back.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round_adaptive_back.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_back.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round_adaptive_back.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_fore.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_adaptive_back.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_adaptive_fore.png diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..f256477 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a2eddd4..1ffe264 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,8 +3,10 @@