Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
b9979d11
Commit
b9979d11
authored
Jun 20, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing animations
parent
5b5143bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
vlc-android/res/anim/anim_enter_left.xml
vlc-android/res/anim/anim_enter_left.xml
+8
-0
vlc-android/res/anim/anim_enter_right.xml
vlc-android/res/anim/anim_enter_right.xml
+8
-0
vlc-android/res/anim/anim_leave_left.xml
vlc-android/res/anim/anim_leave_left.xml
+8
-0
vlc-android/res/anim/anim_leave_right.xml
vlc-android/res/anim/anim_leave_right.xml
+8
-0
No files found.
vlc-android/res/anim/anim_enter_left.xml
0 → 100644
View file @
b9979d11
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromXDelta=
"-100%"
android:toXDelta=
"0%"
android:fromYDelta=
"0%"
android:toYDelta=
"0%"
android:duration=
"500"
/>
</set>
vlc-android/res/anim/anim_enter_right.xml
0 → 100644
View file @
b9979d11
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromXDelta=
"100%"
android:toXDelta=
"0%"
android:fromYDelta=
"0%"
android:toYDelta=
"0%"
android:duration=
"500"
/>
</set>
vlc-android/res/anim/anim_leave_left.xml
0 → 100644
View file @
b9979d11
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromXDelta=
"0%"
android:toXDelta=
"-100%"
android:fromYDelta=
"0%"
android:toYDelta=
"0%"
android:duration=
"500"
/>
</set>
vlc-android/res/anim/anim_leave_right.xml
0 → 100644
View file @
b9979d11
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
<translate
android:fromXDelta=
"0%"
android:toXDelta=
"100%"
android:fromYDelta=
"0%"
android:toYDelta=
"0%"
android:duration=
"500"
/>
</set>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment