TouchFeedbackDrawable is now RippleDrawable

Change-Id: Id025b58e9b62baa8d07f13b7eae2de61a3e4c90a
This commit is contained in:
Alan Viverette
2014-05-19 15:10:36 -07:00
parent ba046c034c
commit ba348ca996
4 changed files with 16 additions and 12 deletions

View File

@@ -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>