From 8f1e09b5e1d075ee9c23b6f287babb13fac4be17 Mon Sep 17 00:00:00 2001 From: WirelessAlien <121420261+WirelessAlien@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:32:20 +0530 Subject: [PATCH] minor change --- app/src/debug/res/values/strings.xml | 20 +++++++++++++++++++ app/src/main/res/layout/custom_chip.xml | 26 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 app/src/debug/res/values/strings.xml create mode 100644 app/src/main/res/layout/custom_chip.xml diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml new file mode 100644 index 0000000..5156308 --- /dev/null +++ b/app/src/debug/res/values/strings.xml @@ -0,0 +1,20 @@ + + + + ZipXtract Debug + \ No newline at end of file diff --git a/app/src/main/res/layout/custom_chip.xml b/app/src/main/res/layout/custom_chip.xml new file mode 100644 index 0000000..91fafc5 --- /dev/null +++ b/app/src/main/res/layout/custom_chip.xml @@ -0,0 +1,26 @@ + + + \ No newline at end of file