From 7beecca0da1c5709f6d8da8881c953cc3d002b60 Mon Sep 17 00:00:00 2001 From: nero Date: Wed, 24 Jan 2024 10:22:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=96=E3=82=AF=E3=83=9E=E6=A9=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 1 - .../src/main/res/layout/fragment_bookmark.xml | 6 ++++++ .../main/res/layout/fragment_bookmark_list.xml | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 component/viewer/src/main/res/layout/fragment_bookmark.xml create mode 100644 component/viewer/src/main/res/layout/fragment_bookmark_list.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 9f71c83d..773fe0fb 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/component/viewer/src/main/res/layout/fragment_bookmark.xml b/component/viewer/src/main/res/layout/fragment_bookmark.xml new file mode 100644 index 00000000..77d9ef65 --- /dev/null +++ b/component/viewer/src/main/res/layout/fragment_bookmark.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/component/viewer/src/main/res/layout/fragment_bookmark_list.xml b/component/viewer/src/main/res/layout/fragment_bookmark_list.xml new file mode 100644 index 00000000..695e5164 --- /dev/null +++ b/component/viewer/src/main/res/layout/fragment_bookmark_list.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file