Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-09-04 16:51:51 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-09-04 20:03:12 +0300
commit6b9b4a132724a687230da866fc35296fd20bf3c6 (patch)
treeb4d14c773d5aaddfe0c07dc5b6ff2793f7b28264
parent1c97b9cbe2255fd96ffb47c3403e25c9fb6fe52e (diff)
Fix layout issue
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_comments.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_comments.xml b/app/src/main/res/layout/fragment_card_edit_tab_comments.xml
index 6e8376f8d..0295c620c 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_comments.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_comments.xml
@@ -88,7 +88,8 @@
<ImageView
android:layout_width="@dimen/icon_size_details"
android:layout_height="match_parent"
- android:layout_marginEnd="@dimen/spacer_2x"
+ android:layout_marginStart="@dimen/spacer_2x"
+ android:layout_marginEnd="@dimen/spacer_1x"
android:contentDescription="@null"
android:tint="@color/grey600"
app:srcCompat="@drawable/ic_comment_white_24dp" />