Merge "TouchFeedbackDrawable is now RippleDrawable"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d8936cfe3
@@ -14,10 +14,10 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tint="?android:attr/colorButtonPressed">
|
||||
<item>
|
||||
<color android:color="@android:color/white" />
|
||||
</item>
|
||||
</touch-feedback>
|
||||
</ripple>
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tint="?android:attr/colorButtonPressed"
|
||||
android:pinned="true">
|
||||
<item android:id="@android:id/mask"
|
||||
android:drawable="@android:color/white" />
|
||||
</touch-feedback>
|
||||
</ripple>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user