Autosizing TextViews in RecyclerView causes text size to decrease
问题 I am trying to use Autosizing TextViews in a RecyclerView, but when I scroll a few times the text gets so small that it's obviously not working properly. Example of my TextView: <android.support.v7.widget.AppCompatTextView android:id="@+id/textview_unit_title" android:layout_width="@dimen/tile_image_size" android:layout_height="wrap_content" android:maxLines="2" android:textSize="@dimen/medium_size" android:textColor="@color/color_text" android:paddingTop="@dimen/padding_title" android:layout