Change the elevation of enabled buttons to 3dp.
This commit is contained in:
parent
67ad71ff88
commit
464f8da353
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
<objectAnimator
|
||||
android:duration="0"
|
||||
android:propertyName="elevation"
|
||||
android:valueTo="6dp"
|
||||
android:valueTo="3dp"
|
||||
android:valueType="floatType" />
|
||||
</set>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue