Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3f139abf
authored
Jan 02, 2017
by
Fernando Martínez Santiago
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
issues #740 y #741 cerrados
parent
70383978
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
android/Pictogram/tabletlibrary/src/main/res/anim/leftin.xml
android/Pictogram/tabletlibrary/src/main/res/anim/rightin.xml
android/Pictogram/tabletlibrary/src/main/res/anim/leftin.xml
View file @
3f139abf
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
<set
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
android:shareInterpolator=
"false"
>
<translate
<translate
android:duration=
"500"
android:duration=
"500"
android:fromXDelta=
"100%p"
android:fromXDelta=
"100%p"
android:toXDelta=
"0"
android:toXDelta=
"0"
android:interpolator=
"@android:anim/linear_interpolator"
/>
android:interpolator=
"@android:anim/linear_interpolator"
/>
</set>
</set>
android/Pictogram/tabletlibrary/src/main/res/anim/rightin.xml
View file @
3f139abf
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<set
<set
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shareInterpolator=
"false"
>
android:shareInterpolator=
"false"
>
<translate
<translate
android:duration=
"500"
android:duration=
"500"
android:fromXDelta=
"100%"
android:fromXDelta=
"100%p"
android:toXDelta=
"0%"
android:toXDelta=
"0"
android:fromYDelta=
"0%"
android:interpolator=
"@android:anim/linear_interpolator"
/>
android:toYDelta=
"0%"
</set>
android:interpolator=
"@android:anim/linear_interpolator"
/>
</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