Use lines="1" instead of singleLine to make lint happy
This commit is contained in:
parent
d301bf47a8
commit
152947e015
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:fontFamily="sans-serif"
|
android:fontFamily="sans-serif"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="false" android:text="@string/empty_text_view"/>
|
android:lines="1"
|
||||||
|
android:text="@string/empty_text_view"/>
|
||||||
|
|
||||||
|
|
||||||
<net.i2p.android.ext.floatingactionbutton.FloatingActionsMenu
|
<net.i2p.android.ext.floatingactionbutton.FloatingActionsMenu
|
||||||
|
|
Loading…
Reference in a new issue