File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
java/com/jiang/android/rxjavaapp/activity Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
android : screenOrientation =" portrait"
16
16
android : supportsRtl =" true"
17
17
android : theme =" @style/AppTheme" >
18
- <activity android : name =" .actiity .MainActivity" />
18
+ <activity android : name =" .activity .MainActivity" />
19
19
<activity android : name =" .base.BaseWebActivity" />
20
- <activity android : name =" .actiity .PhotoPagerActivity" />
21
- <activity android : name =" .actiity .LauncherActivity" >
20
+ <activity android : name =" .activity .PhotoPagerActivity" />
21
+ <activity android : name =" .activity .LauncherActivity" >
22
22
<intent-filter >
23
23
<action android : name =" android.intent.action.MAIN" />
24
24
Original file line number Diff line number Diff line change 1
- package com .jiang .android .rxjavaapp .actiity ;
1
+ package com .jiang .android .rxjavaapp .activity ;
2
2
3
3
import android .content .Intent ;
4
4
import android .os .Bundle ;
Original file line number Diff line number Diff line change 1
- package com .jiang .android .rxjavaapp .actiity ;
1
+ package com .jiang .android .rxjavaapp .activity ;
2
2
3
3
import android .content .Intent ;
4
4
import android .os .Bundle ;
Original file line number Diff line number Diff line change 1
- package com .jiang .android .rxjavaapp .actiity ;
1
+ package com .jiang .android .rxjavaapp .activity ;
2
2
3
3
import android .support .v4 .view .PagerAdapter ;
4
4
import android .view .View ;
Original file line number Diff line number Diff line change 7
7
android : paddingLeft =" @dimen/activity_horizontal_margin"
8
8
android : paddingRight =" @dimen/activity_horizontal_margin"
9
9
android : paddingTop =" @dimen/activity_vertical_margin"
10
- tools : context =" .actiity .LauncherActivity" >
10
+ tools : context =" .activity .LauncherActivity" >
11
11
12
12
<ImageView
13
13
android : id =" @+id/splash_index"
Original file line number Diff line number Diff line change 5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
7
android : fitsSystemWindows =" true"
8
- tools : context =" .actiity .MainActivity" >
8
+ tools : context =" .activity .MainActivity" >
9
9
10
10
<android .support.design.widget.AppBarLayout
11
11
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
7
app : layout_behavior =" @string/appbar_scrolling_view_behavior"
8
- tools : context =" .actiity .MainActivity"
8
+ tools : context =" .activity .MainActivity"
9
9
tools : showIn =" @layout/app_bar_main" >
10
10
11
11
<android .support.v7.widget.RecyclerView
You can’t perform that action at this time.
0 commit comments