<ImageView
android:id="@+id/ivSubmitFeedback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@id/tvThankuText"
android:layout_marginRight="30dp"
android:src="@drawable/ic_arrow_forward_black"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:padding="10dp"
/>
是否有可能在应用程序级别使用样式和控件来控制在视图上添加涟漪效果(TextView,ImageView等)?