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