Additional to the other correct answers I found another point which prevents autosizing to work.
Do not use android:singleLine="true"
together with autosizing. Use the newer android:maxLines="1"
instead.
Additional to the other correct answers I found another point which prevents autosizing to work.
Do not use android:singleLine="true"
together with autosizing. Use the newer android:maxLines="1"
instead.