From f3d905c817c29798755fca863775a90ce0b511e1 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 4 Jul 2021 22:46:15 +0800 Subject: Save image name and image url for uploaded images when uploading images. Uploading captured images is available. --- .../fragment_uploaded_images_bottom_sheet.xml | 53 ++++++++++++++++++++++ app/src/main/res/layout/item_uploaded_image.xml | 28 ++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml create mode 100644 app/src/main/res/layout/item_uploaded_image.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml new file mode 100644 index 00000000..4eb8005c --- /dev/null +++ b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_uploaded_image.xml b/app/src/main/res/layout/item_uploaded_image.xml new file mode 100644 index 00000000..6fb4b589 --- /dev/null +++ b/app/src/main/res/layout/item_uploaded_image.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3