どういうわけか、フェードエッジは、独自のビューのandroid ics(android 4+)では機能しないようです。このレイアウトをAndroidの下位バージョンでテストすると、フェードエッジはペイントされますが、Android4.1ではペイントされません。
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:fadingEdge="vertical"
android:focusableInTouchMode="true" <-- does not make any change
android:focusable="true" <--
/>
回避策はありますか?