Change the elevation of enabled buttons to 3dp.

This commit is contained in:
Severiano Jaramillo 2019-01-10 16:10:55 -06:00
parent 67ad71ff88
commit 464f8da353

View file

@ -69,7 +69,7 @@
<objectAnimator <objectAnimator
android:duration="0" android:duration="0"
android:propertyName="elevation" android:propertyName="elevation"
android:valueTo="6dp" android:valueTo="3dp"
android:valueType="floatType" /> android:valueType="floatType" />
</set> </set>
</item> </item>