From 174f94879bfb3b95b0bd0f0640c8feff4c16bbcd Mon Sep 17 00:00:00 2001 From: Hyobeen-Park Date: Sat, 18 May 2024 19:41:27 +0900 Subject: [PATCH 1/3] =?UTF-8?q?[feat]=20#16=20indicator=EC=9A=A9=20shape?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/drawable/shape_tab_indicator_rect_2.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/src/main/res/drawable/shape_tab_indicator_rect_2.xml diff --git a/app/src/main/res/drawable/shape_tab_indicator_rect_2.xml b/app/src/main/res/drawable/shape_tab_indicator_rect_2.xml new file mode 100644 index 0000000..ad48159 --- /dev/null +++ b/app/src/main/res/drawable/shape_tab_indicator_rect_2.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file From b13e1c752b48bce86d39c56935ae8e0bfc61bacc Mon Sep 17 00:00:00 2001 From: Hyobeen-Park Date: Sat, 18 May 2024 20:14:57 +0900 Subject: [PATCH 2/3] =?UTF-8?q?[feat]=20#16=20=EB=B7=B0=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A0=80=20=EC=9D=B8=EB=94=94=EC=BC=80=EC=9D=B4=ED=84=B0=20tab?= =?UTF-8?q?layout=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/kream_tab_indicator.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/main/res/layout/kream_tab_indicator.xml diff --git a/app/src/main/res/layout/kream_tab_indicator.xml b/app/src/main/res/layout/kream_tab_indicator.xml new file mode 100644 index 0000000..e5b20a0 --- /dev/null +++ b/app/src/main/res/layout/kream_tab_indicator.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file From 024475dddeb8bb38eeb5280de0108f04085fedee Mon Sep 17 00:00:00 2001 From: Hyobeen-Park Date: Mon, 20 May 2024 16:20:55 +0900 Subject: [PATCH 3/3] =?UTF-8?q?[chore]=20#16=20=EB=84=A4=EC=9D=B4=EB=B0=8D?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/{kream_tab_indicator.xml => indicator_tab_kream.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/src/main/res/layout/{kream_tab_indicator.xml => indicator_tab_kream.xml} (100%) diff --git a/app/src/main/res/layout/kream_tab_indicator.xml b/app/src/main/res/layout/indicator_tab_kream.xml similarity index 100% rename from app/src/main/res/layout/kream_tab_indicator.xml rename to app/src/main/res/layout/indicator_tab_kream.xml