Android Form with EditText makes the screen flash
问题 I don't know why my "Forms" activity are flashing when an EditText are focused and then a layout is scrolled. It just happen in devices with Android 4.0 + I am using a Table Layout and adding TableRow dynamically. My TableRow is like that: <TableRow xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tableRow1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/borda" android:layout_margin="10dip" android:paddingLeft=