From 9560bc6680289f708136f1c332c549374e4dd377 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 10 Feb 2023 18:17:44 +0100 Subject: [PATCH] Create views --- .../mastodon/drawable/bubble_left.xml | 9 ++ .../mastodon/drawable/bubble_left_tail.xml | 20 ++++ .../mastodon/drawable/bubble_right.xml | 9 ++ .../mastodon/drawable/bubble_right_tail.xml | 20 ++++ .../mastodon/layout/drawer_status_chat.xml | 103 ++++++++++++++++++ 5 files changed, 161 insertions(+) create mode 100644 app/src/main/res/drawables/mastodon/drawable/bubble_left.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/bubble_right.xml create mode 100644 app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml create mode 100644 app/src/main/res/layouts/mastodon/layout/drawer_status_chat.xml diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_left.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_left.xml new file mode 100644 index 000000000..9ad4629d4 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/bubble_left.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml new file mode 100644 index 000000000..6a1b0f51b --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_right.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_right.xml new file mode 100644 index 000000000..b6d9e4a26 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/bubble_right.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml new file mode 100644 index 000000000..aeac7fec7 --- /dev/null +++ b/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layouts/mastodon/layout/drawer_status_chat.xml b/app/src/main/res/layouts/mastodon/layout/drawer_status_chat.xml new file mode 100644 index 000000000..9f27e3996 --- /dev/null +++ b/app/src/main/res/layouts/mastodon/layout/drawer_status_chat.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file