| | |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.dataanalysis.AnalysisTabActivity" |
| | | android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.AnalysisTabActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name="cn.flightfeather.thirdappmodule.dataanalysis.rank.AnalysisRankActivity" |
| | | android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.rank.AnalysisRankActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemPreViewActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.PicEvidenceActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.module.common.CameraActivity" |
| | | android:theme="@style/AppFullScreenTheme" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.module.common.SearchActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.module.common.PhotoViewerActivity2" |
| | | android:theme="@style/AppTheme" /> |
| | | <activity android:name="cn.flightfeather.thirdappmodule.activity.TestActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | </application> |
| | | |
| | | </manifest> |