summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-02 10:23:06 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-02 10:23:06 +0100
commit360d7a69523cd929282feb6f55c2fa291aeaa426 (patch)
tree36d3183ed2673934d6a46c8c1ccfb85fcdd981bd /app/src/main/res/layout/drawer_status.xml
parentc2c780f58e5df70a1ba6ec6460090f800d7f3b04 (diff)
Fix cards with long title
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index aedc310fa..e57868e60 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -357,6 +357,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/card_title"
+ android:maxLines="2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="Title" />