mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
15 lines
537 B
XML
15 lines
537 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/* //device/apps/common/res/anim/slide_in_left.xml
|
|
**
|
|
** SPDX-FileCopyrightText: 2007 The Android Open Source Project
|
|
**
|
|
** SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
-->
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<translate android:fromXDelta="-50%p" android:toXDelta="0"
|
|
android:duration="@android:integer/config_shortAnimTime"/>
|
|
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
|
android:duration="@android:integer/config_shortAnimTime" />
|
|
</set> |