forked from racofix/architecture-for-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zjlong
committed
Apr 26, 2016
1 parent
88049a2
commit c8b2b45
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
|
||
import android.os.Bundle; | ||
|
||
import com.common.view.base.SwipeBackActivity; | ||
import com.common.view.base.BaseSwipeBackActivity; | ||
import com.common.view.widget.SwipeBackLayout; | ||
import com.matto.R; | ||
|
||
/** | ||
* author meikoz on 2016/4/19. | ||
* email [email protected] | ||
*/ | ||
public class AndroidSwipActivity extends SwipeBackActivity { | ||
public class AndroidSwipActivity extends BaseSwipeBackActivity { | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters