mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
6 lines
No EOL
364 B
XML
6 lines
No EOL
364 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set android:interpolator="@android:interpolator/fast_out_slow_in" android:duration="@integer/bottom_sheet_slide_duration"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<translate android:fromYDelta="0.0" android:toYDelta="20.000004%p" />
|
|
<alpha android:fromAlpha="1.0" android:toAlpha="0.0" />
|
|
</set> |