Android 实现RippleEffect水波纹效果(六)

2015-11-10 13:45:28 · 作者: · 浏览: 36
ered="true" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_centered="false"
? ? ? ? ? ? ? ? ripple:rv_type="simpleRipple" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_type="doubleRipple" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_type="doubleRipple" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_centered="false"
? ? ? ? ? ? ? ? ripple:rv_color="#D91615"
? ? ? ? ? ? ? ? ripple:rv_rippleDuration="2000"
? ? ? ? ? ? ? ? ripple:rv_ripplePadding="20dp"
? ? ? ? ? ? ? ? ripple:rv_zoom="true"
? ? ? ? ? ? ? ? ripple:rv_zoomDuration="200"
? ? ? ? ? ? ? ? ripple:rv_zoomScale="1.25" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_alpha="200"
? ? ? ? ? ? ? ? ripple:rv_framerate="100"
? ? ? ? ? ? ? ? ripple:rv_type="simpleRipple" >
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_centerInParent="true"
? ? ? ? ? ? ? ? ? ? android:background="#BAC9FF"
? ? ? ? ? ? ? ? ? ? android:padding="15dp"
? ? ? ? ? ? ? ? ? ? android:src="@drawable/ic_launcher" />
? ? ? ? ? ?
?
? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? android:layout_margin="5dp"
? ? ? ? ? ? ? ? ripple:rv_alpha="200"
? ? ? ? ? ? ? ? ripple:rv_framerate="2"
? ? ? ? ? ?