TouchFeedbackDrawable is now RippleDrawable

Change-Id: I39d39333c3dea0a138357cd8c335c29710ac50d1
diff --git a/res/drawable/action_button_background.xml b/res/drawable/action_button_background.xml
index 895bda1..40b47e3 100644
--- a/res/drawable/action_button_background.xml
+++ b/res/drawable/action_button_background.xml
@@ -14,7 +14,7 @@
      See the License for the specific language governing permissions and
      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">
     <!-- Transparent background constrains the touch feedback ripple to the button, but also allows
@@ -24,4 +24,4 @@
             <solid android:color="@android:color/transparent" />
         </shape>
     </item>
-</touch-feedback>
+</ripple>
diff --git a/res/drawable/call_log_background.xml b/res/drawable/call_log_background.xml
index 92299f0..166907a 100644
--- a/res/drawable/call_log_background.xml
+++ b/res/drawable/call_log_background.xml
@@ -14,6 +14,6 @@
      See the License for the specific language governing permissions and
      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="false" />
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml
index ea95490..e4a9bb5 100644
--- a/res/drawable/floating_action_button.xml
+++ b/res/drawable/floating_action_button.xml
@@ -15,8 +15,8 @@
      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="@color/dialer_accent_color"
     android:pinned="true">
     <item android:drawable="@drawable/fab_teal_background" />
-</touch-feedback>
+</ripple>