mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Add animation in tutorial
This commit is contained in:
parent
a70994eb99
commit
523011937e
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|||
if (current < layouts.length) {
|
||||
// move to next screen
|
||||
viewPager.setCurrentItem(current);
|
||||
overridePendingTransition(R.anim.slide_from_left, R.anim.slide_to_right);
|
||||
} else {
|
||||
launchHomeScreen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue