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