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:
parent
dba5815447
commit
dc671b6cbd
3 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue