summaryrefslogtreecommitdiff
path: root/res/drawable/action_button_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/action_button_background.xml')
-rw-r--r--res/drawable/action_button_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/action_button_background.xml b/res/drawable/action_button_background.xml
index 895bda147..40b47e376 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>