From c001b83fb441cca1661015d993dc578531eeecd4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 14 Feb 2023 11:26:59 +0100 Subject: [PATCH] some fixes --- .../res/layouts/mastodon/layout/layout_drawer_attachments.xml | 2 +- app/src/main/res/layouts/mastodon/values/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layouts/mastodon/layout/layout_drawer_attachments.xml b/app/src/main/res/layouts/mastodon/layout/layout_drawer_attachments.xml index 020b1fb31..35eb0d377 100644 --- a/app/src/main/res/layouts/mastodon/layout/layout_drawer_attachments.xml +++ b/app/src/main/res/layouts/mastodon/layout/layout_drawer_attachments.xml @@ -55,7 +55,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/media3_container" - app:layout_constraintTop_toBottomOf="@id/media2_container" /> + app:layout_constraintTop_toBottomOf="@id/media1_container" /> - Translator domain + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2c29b22a4..8167f835f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1901,4 +1901,6 @@ The tag has been removed! he tag has been stored! Manage tags + + Translator domain \ No newline at end of file