ListView's first entry always incorrect for RTL
问题 For some reason, the first entry in my ListView is always flipped the wrong way around when I use RTL. For example: Additional information: The ListView is in a DialogFragment. I HAVE updated my manifest to support RTL (the rest of the app works fine) The ListView has an Adapter, the layout per item looks like: <ImageView android:id="@+id/dropdown_icon" android:layout_width="wrap_content" android:layout_height="match_parent" android:adjustViewBounds="true" android:scaleType="fitCenter"