1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/anim/slide_in_right.xml
Christophe Beyls aa88aad78e Added custom animation when opening settings menu.
Added settings icon and show it if there's room.
2014-01-08 00:26:10 +01:00

5 lines
230 B
XML

<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_mediumAnimTime"
android:fromXDelta="100%p"
android:toXDelta="0" />