Skip to content

Commit

Permalink
remove deprecation of singleLine in favor of maxLines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Oct 17, 2016
1 parent b8a31dc commit 0a584aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intlphoneinput/src/main/res/layout/item_country.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:layout_height="match_parent"
android:padding="5dp"
style="?android:attr/spinnerDropDownItemStyle"
android:singleLine="true"
android:maxLines="1"
android:layout_width="match_parent"
android:ellipsize="marquee">

Expand Down

0 comments on commit 0a584aa

Please sign in to comment.