Android child view height not match parent in ListView item
As described, my List item is a FrameLayout , there are two views inside. ColorView is a custom view I made for show color in whole view. ( FrameLayout 's height is "wrap_content") It seems work well on my ICS device, but doesn't work on my Android 2.2 emulator and Android 1.6 G1. <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <org.mariotaku.twidere.view.ColorView android:id="@+id/status_background" android:layout_width="match_parent" android:layout_height=