TouchFeedbackDrawable is now RippleDrawable

Change-Id: I39d39333c3dea0a138357cd8c335c29710ac50d1
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" />