From 6550bc70d6ef01b7ee26642930fd4b088b622254 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:35:51 -0400 Subject: Continue adding Card Layout 3. --- .../res/layout/item_post_card_3_gallery_type.xml | 321 ++++++++++++++++ app/src/main/res/layout/item_post_card_3_text.xml | 300 +++++++++++++++ .../item_post_card_3_video_type_autoplay.xml | 321 ++++++++++++++++ ...ard_3_video_type_autoplay_legacy_controller.xml | 321 ++++++++++++++++ .../res/layout/item_post_card_3_with_preview.xml | 415 +++++++++++++++++++++ 5 files changed, 1678 insertions(+) create mode 100644 app/src/main/res/layout/item_post_card_3_gallery_type.xml create mode 100644 app/src/main/res/layout/item_post_card_3_text.xml create mode 100644 app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml create mode 100644 app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml create mode 100644 app/src/main/res/layout/item_post_card_3_with_preview.xml (limited to 'app/src') diff --git a/app/src/main/res/layout/item_post_card_3_gallery_type.xml b/app/src/main/res/layout/item_post_card_3_gallery_type.xml new file mode 100644 index 00000000..5fb91940 --- /dev/null +++ b/app/src/main/res/layout/item_post_card_3_gallery_type.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_card_3_text.xml b/app/src/main/res/layout/item_post_card_3_text.xml new file mode 100644 index 00000000..3f79cdec --- /dev/null +++ b/app/src/main/res/layout/item_post_card_3_text.xml @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml b/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml new file mode 100644 index 00000000..82d199c1 --- /dev/null +++ b/app/src/main/res/layout/item_post_card_3_video_type_autoplay.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml new file mode 100644 index 00000000..5ab4597b --- /dev/null +++ b/app/src/main/res/layout/item_post_card_3_video_type_autoplay_legacy_controller.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_card_3_with_preview.xml b/app/src/main/res/layout/item_post_card_3_with_preview.xml new file mode 100644 index 00000000..7a0ebd34 --- /dev/null +++ b/app/src/main/res/layout/item_post_card_3_with_preview.xml @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3