40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
|
|
<!-- **************** Classic UI Activity Start **************** -->
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.classicui.page.SearchMainActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.classicui.page.SearchMoreListActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.classicui.page.SearchMoreMsgListActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<!-- **************** Classic UI Activity End **************** -->
|
|
|
|
|
|
|
|
|
|
<!-- **************** Minimalist UI Activity Start **************** -->
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.minimalistui.page.SearchMainMinimalistActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.minimalistui.page.SearchMoreListMinimalistActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
android:name="com.tencent.qcloud.tuikit.tuisearch.minimalistui.page.SearchMoreMsgListMinimalistActivity"
|
|
android:screenOrientation="portrait" />
|
|
|
|
<!-- **************** Minimalist UI Activity End **************** -->
|
|
|
|
</application>
|
|
</manifest> |