I have an ImageView in my app and the fading Effect of the image view not work here is my imageView
<ImageView
android:id="@+id/prevImageview"
android:layout_width="200dp"
android:layout_height="100dp"
android:layout_weight="0.61"
android:fadingEdge="horizontal|vertical"
android:requiresFadingEdge="horizontal|vertical"
android:fadingEdgeLength="20dp"
android:src="@drawable/landscape_" />
but i can't see any fading effect. can anyone tell me what is the solution? Thanks