Skip to content

Commit cc265f9

Browse files
Fixed V13 FragmentStatePagerAdapter which was deprecated
1 parent c5ef752 commit cc265f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.vogella.android.inlineprogressreporting/src/com/example/android/animationsdemo/ScreenSlideActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import android.app.FragmentManager;
2121
import android.content.Intent;
2222
import android.os.Bundle;
23-
import android.support.v13.app.FragmentStatePagerAdapter;
23+
import android.support.v4.app.FragmentStatePagerAdapter;
2424
import android.support.v4.app.FragmentActivity;
2525
import android.support.v4.app.NavUtils;
2626
import android.support.v4.view.PagerAdapter;

0 commit comments

Comments
 (0)