Skip to content

Commit

Permalink
codinguser#110 - use singleLine instead of maxLines=1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanGarf committed Jan 22, 2020
1 parent a2dd297 commit cf3b090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/account_spinner_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
style="?android:attr/spinnerItemStyle"
android:maxLines="1"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="18sp"
Expand Down

0 comments on commit cf3b090

Please sign in to comment.