1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-10 10:00:44 +09:00

Dashboard | Redesign | Update max lines (4) for cards without icons (#1897)

This commit is contained in:
Evgenii Kozlov 2021-11-04 23:06:19 +03:00 committed by GitHub
parent dba5815447
commit dc671b6cbd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@
<TextView
android:id="@+id/tvDocTitle"
style="@style/DashboardDocAlternativeTitleStyle"
android:maxLines="4"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_marginStart="36dp"

View file

@ -11,6 +11,7 @@
<TextView
android:id="@+id/tvDocTitle"
style="@style/DashboardDocAlternativeTitleStyle"
android:maxLines="4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/untitled"

View file

@ -11,6 +11,7 @@
<TextView
android:id="@+id/tvSetTitle"
style="@style/DashboardDocAlternativeTitleStyle"
android:maxLines="4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/untitled"