File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
9
9
10
10
<application
11
- android : allowBackup =" true"
12
11
android : name =" .App"
12
+ android : allowBackup =" true"
13
13
android : icon =" @mipmap/ic_launcher"
14
14
android : label =" @string/app_name"
15
15
android : supportsRtl =" true"
16
16
android : theme =" @style/AppTheme" >
17
17
<activity
18
18
android : name =" .actiity.MainActivity"
19
19
android : label =" @string/app_name"
20
- android : theme =" @style/AppTheme.NoActionBar" >
21
- </activity >
20
+ android : theme =" @style/AppTheme.NoActionBar" ></activity >
22
21
<activity
23
22
android : name =" .actiity.splashActivity"
24
23
android : configChanges =" orientation|keyboardHidden|screenSize"
31
30
</intent-filter >
32
31
</activity >
33
32
34
- <activity android : name =" .base.BaseWebActivity" />
33
+ <activity
34
+ android : name =" .base.BaseWebActivity"
35
+ android : screenOrientation =" portrait"
36
+ android : theme =" @style/AppTheme.NoActionBar" />
35
37
36
38
<service android : name =" .InitDataService" />
37
39
</application >
Original file line number Diff line number Diff line change 27
27
android : layout_width =" match_parent"
28
28
android : layout_height =" wrap_content" />
29
29
30
- <com .github.obsessive.library.widgets .BrowserLayout
30
+ <com .jiang.android.rxjavaapp.widget .BrowserLayout
31
31
android : id =" @+id/common_web_browser_layout"
32
32
android : layout_width =" match_parent"
33
33
android : layout_height =" 0dp"
You can’t perform that action at this time.
0 commit comments