summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-27 16:58:38 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-27 16:58:38 +0100
commit852be8c608bd64b0ef08ed531d074a0eb129d984 (patch)
tree32ce178ae588cc579816c76a0c7c148fc82c0308 /app/src/main/res/layout
parent4be595ea54425ebf08ca6538827e08cf4cdc6b58 (diff)
Fix issue #691 - Suggested accounts cannot be followed
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_suggestion.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/drawer_suggestion.xml b/app/src/main/res/layout/drawer_suggestion.xml
index a8eba685e..de4ccbadc 100644
--- a/app/src/main/res/layout/drawer_suggestion.xml
+++ b/app/src/main/res/layout/drawer_suggestion.xml
@@ -106,7 +106,9 @@
android:layout_marginTop="6dp"
android:insetTop="0dp"
android:insetBottom="0dp"
- android:padding="6dp"
+ android:padding="0dp"
+ app:iconGravity="textStart"
+ app:iconPadding="0dp"
app:icon="@drawable/ic_baseline_person_add_24"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/bio" />