Allow multi lines

Fix #53
This commit is contained in:
topjohnwu 2017-02-05 22:05:44 +08:00
parent b3b2149ebb
commit 845864679c
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:maxLines="1"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textIsSelectable="false"/>

View File

@ -43,7 +43,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="0dp"
android:maxLines="1"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textIsSelectable="false"/>