From 6ed6b49d7f4bea5b35509e2f383857eb285d7155 Mon Sep 17 00:00:00 2001 From: Claire G Date: Fri, 3 Jun 2022 14:41:43 +0200 Subject: [PATCH] fix text cropped --- changelog.d/6232.bugfix | 1 + vector/src/main/res/layout/bottom_sheet_bootstrap.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/6232.bugfix diff --git a/changelog.d/6232.bugfix b/changelog.d/6232.bugfix new file mode 100644 index 0000000000..df04655701 --- /dev/null +++ b/changelog.d/6232.bugfix @@ -0,0 +1 @@ +Text cropped: "Secure backup" diff --git a/vector/src/main/res/layout/bottom_sheet_bootstrap.xml b/vector/src/main/res/layout/bottom_sheet_bootstrap.xml index 3818e50566..be209c2dd4 100644 --- a/vector/src/main/res/layout/bottom_sheet_bootstrap.xml +++ b/vector/src/main/res/layout/bottom_sheet_bootstrap.xml @@ -37,6 +37,7 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" + android:layout_marginTop="16dp" android:ellipsize="end" android:textColor="?vctr_content_primary" android:textStyle="bold"