File tree Expand file tree Collapse file tree
java/com/jiang/android/rxjavaapp/activity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 android : screenOrientation =" portrait"
1616 android : supportsRtl =" true"
1717 android : theme =" @style/AppTheme" >
18- <activity android : name =" .actiity .MainActivity" />
18+ <activity android : name =" .activity .MainActivity" />
1919 <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" >
2222 <intent-filter >
2323 <action android : name =" android.intent.action.MAIN" />
2424
Original file line number Diff line number Diff line change 1- package com .jiang .android .rxjavaapp .actiity ;
1+ package com .jiang .android .rxjavaapp .activity ;
22
33import android .content .Intent ;
44import 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 ;
22
33import android .content .Intent ;
44import 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 ;
22
33import android .support .v4 .view .PagerAdapter ;
44import android .view .View ;
Original file line number Diff line number Diff line change 77 android : paddingLeft =" @dimen/activity_horizontal_margin"
88 android : paddingRight =" @dimen/activity_horizontal_margin"
99 android : paddingTop =" @dimen/activity_vertical_margin"
10- tools : context =" .actiity .LauncherActivity" >
10+ tools : context =" .activity .LauncherActivity" >
1111
1212 <ImageView
1313 android : id =" @+id/splash_index"
Original file line number Diff line number Diff line change 55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
77 android : fitsSystemWindows =" true"
8- tools : context =" .actiity .MainActivity" >
8+ tools : context =" .activity .MainActivity" >
99
1010 <android .support.design.widget.AppBarLayout
1111 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
77 app : layout_behavior =" @string/appbar_scrolling_view_behavior"
8- tools : context =" .actiity .MainActivity"
8+ tools : context =" .activity .MainActivity"
99 tools : showIn =" @layout/app_bar_main" >
1010
1111 <android .support.v7.widget.RecyclerView
You can’t perform that action at this time.
0 commit comments