Fixes issue #221 - remove the one line limit for CW

This commit is contained in:
stom79 2018-01-03 18:48:03 +01:00
parent d5c6d83582
commit 1711bbd2c5
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@
android:layout_marginTop="20dp"
android:animateLayoutChanges="true"
android:visibility="gone"
android:maxLines="1"
android:hint="@string/toot_cw_placeholder"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@ -35,7 +35,6 @@
android:layout_marginTop="20dp"
android:animateLayoutChanges="true"
android:visibility="gone"
android:maxLines="1"
android:hint="@string/toot_cw_placeholder"
android:layout_width="match_parent"
android:layout_height="wrap_content" />