TouchFeedbackDrawable is now RippleDrawable

Change-Id: Ie06adf0e96a5967e4402f7cc2ddc258292f82527
diff --git a/res-common/drawable/action_bar_tab.xml b/res-common/drawable/action_bar_tab.xml
index 8a3ea7a..b79ec5d 100644
--- a/res-common/drawable/action_bar_tab.xml
+++ b/res-common/drawable/action_bar_tab.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="@color/tab_pressed_color">
     <item>
         <selector>
@@ -35,4 +35,4 @@
             <item android:drawable="@color/tab_default_color" />
         </selector>
     </item>
-</touch-feedback>
\ No newline at end of file
+</ripple>
\ No newline at end of file
diff --git a/res-common/drawable/btn_dialpad_key.xml b/res-common/drawable/btn_dialpad_key.xml
index ac08cf0..0a279f0 100644
--- a/res-common/drawable/btn_dialpad_key.xml
+++ b/res-common/drawable/btn_dialpad_key.xml
@@ -14,5 +14,5 @@
      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/dialpad_touch_tint" android:pinned="true"/>
\ No newline at end of file