<?xml version="1.0" encoding="utf-8"?> <set android:ordering="together" xmlns:android="http://schemas.android.com/apk/res/android"> <objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="@string/selection_shrink_scale" android:valueType="floatType" android:propertyName="scaleX" /> <objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="@string/selection_shrink_scale" android:valueType="floatType" android:propertyName="scaleY" /> </set>