|
18 | 18 | <activity |
19 | 19 | android:name=".appStart.MainActivity" |
20 | 20 | android:exported="true" |
21 | | - android:screenOrientation="portrait"> |
| 21 | + android:screenOrientation="portrait" |
| 22 | + android:theme="@style/Theme.PCCU.NoActionBar"> |
22 | 23 | <intent-filter> |
23 | 24 | <action android:name="android.intent.action.MAIN" /> |
24 | 25 |
|
|
29 | 30 | <activity |
30 | 31 | android:name=".page.liveImage.LiveImagePage" |
31 | 32 | android:exported="true" |
32 | | - android:screenOrientation="portrait"/> |
| 33 | + android:screenOrientation="portrait" |
| 34 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
33 | 35 | <!-- 新分頁-公告內文-Activity --> |
34 | 36 | <activity |
35 | 37 | android:name=".page.announcement.AnnouncementContentPage" |
36 | 38 | android:exported="true" |
37 | | - android:screenOrientation="portrait"/> |
| 39 | + android:screenOrientation="portrait" |
| 40 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
38 | 41 | <!-- 新分頁-即時氣象-Activity --> |
39 | 42 | <activity |
40 | 43 | android:name=".appStart.CwbMainActivity" |
41 | 44 | android:exported="true" |
42 | | - android:screenOrientation="portrait"/> |
| 45 | + android:screenOrientation="portrait" |
| 46 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
43 | 47 | <!-- 新分頁-即時氣象-Activity --> |
44 | 48 | <activity |
45 | 49 | android:name=".page.bus.search.BusSearchActivity" |
46 | 50 | android:exported="true" |
47 | | - android:screenOrientation="portrait"/> |
| 51 | + android:screenOrientation="portrait" |
| 52 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
48 | 53 | <!-- 新分頁-即時氣象-Activity --> |
49 | 54 | <activity |
50 | 55 | android:name=".page.bus.BusRoutePage" |
51 | 56 | android:exported="true" |
52 | | - android:screenOrientation="portrait"/> |
| 57 | + android:screenOrientation="portrait" |
| 58 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
53 | 59 | <!-- 新分頁- --> |
54 | 60 | <activity |
55 | 61 | android:name=".page.courseEvaluate.CourseEvaluatePage" |
56 | 62 | android:exported="true" |
57 | | - android:screenOrientation="portrait"/> |
| 63 | + android:screenOrientation="portrait" |
| 64 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
58 | 65 | <!-- 新分頁- --> |
59 | 66 | <activity |
60 | 67 | android:name=".page.courseEvaluate.CourseEvaluateDepartmentCoursesPage" |
61 | 68 | android:exported="true" |
62 | | - android:screenOrientation="portrait"/> |
| 69 | + android:screenOrientation="portrait" |
| 70 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
63 | 71 | <!-- 新分頁- --> |
64 | 72 | <activity |
65 | 73 | android:name=".page.courseEvaluate.search.CourseEvaluateSearchActivity" |
66 | 74 | android:exported="true" |
67 | | - android:screenOrientation="portrait"/> |
| 75 | + android:screenOrientation="portrait" |
| 76 | + android:theme="@style/Theme.PCCU.NoActionBar"/> |
68 | 77 |
|
69 | 78 | </application> |
70 | 79 |
|
|
0 commit comments