mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3364 Objects | Fix | Remove max lines limit for description block in sets and editor (#2109)
This commit is contained in:
parent
aed46a1061
commit
d6aa3e7223
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@
|
|||
android:ellipsize="end"
|
||||
android:hint="@string/description"
|
||||
android:inputType="textMultiLine"
|
||||
android:maxLines="3"
|
||||
android:textColorHint="@color/text_tertiary"
|
||||
tools:text="Description" />
|
||||
|
||||
|
|
|
@ -446,7 +446,6 @@
|
|||
</style>
|
||||
|
||||
<style name="ObjectDescriptionTextStyle" parent="TextView.ContentStyle.Relations.1">
|
||||
<item name="android:maxLines">3</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:background">@null</item>
|
||||
<item name="android:textColorHint">@color/text_tertiary</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue