格式化

This commit is contained in:
zher52 2021-12-24 23:12:37 +08:00
parent 458aafa665
commit f1bf86f6ac

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-trtc"
version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-trtc" version="1.0.0">
<name>Trtc</name>
<description>TRTC Plugin</description>
<keywords>cordova,TRTC,live</keywords>
@ -259,84 +257,52 @@
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:name="com.chuwa.cordova.trtc.CreateActivity" android:launchMode="singleTask"
android:screenOrientation="portrait">
<activity android:name="com.chuwa.cordova.trtc.CreateActivity" android:launchMode="singleTask" android:screenOrientation="portrait">
</activity>
<activity android:name="com.chuwa.cordova.trtc.RoomActivity" android:windowSoftInputMode="adjustPan"
android:launchMode="singleInstance" android:screenOrientation="portrait">
<activity android:name="com.chuwa.cordova.trtc.RoomActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait">
</activity>
<activity android:name="android.java.com.example.basic.TRTCBaseActivity" android:windowSoftInputMode="adjustPan"
android:launchMode="singleInstance" android:screenOrientation="portrait">
<activity android:name="android.java.com.example.basic.TRTCBaseActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait">
</activity>
<activity android:name="com.tencent.trtc.videocall.VideoCallingActivity" android:windowSoftInputMode="adjustPan"
android:launchMode="singleInstance" android:screenOrientation="portrait" android:theme="@style/AppTheme">
<activity android:name="com.tencent.trtc.videocall.VideoCallingActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait" android:theme="@style/AppTheme">
</activity>
<activity android:name="com.tencent.trtc.videocall.VideoCallingEnterActivity" android:windowSoftInputMode="adjustPan"
android:launchMode="singleInstance" android:screenOrientation="portrait" android:theme="@style/AppTheme">
<activity android:name="com.tencent.trtc.videocall.VideoCallingEnterActivity" android:windowSoftInputMode="adjustPan" android:launchMode="singleInstance" android:screenOrientation="portrait" android:theme="@style/AppTheme">
</activity>
</config-file>
<source-file src="src/android/Trtc.java" target-dir="com/chuwa/cordova/trtc"/>
<source-file src="src/android/java/com/example/basic/TRTCBaseActivity.java"
target-dir="android/java/com/example/basic"/>
<source-file src="src/android/java/com/example/basic/TRTCBaseActivity.java" target-dir="android/java/com/example/basic"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/BuildConfig.java"
target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/FloatingView.java"
target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java"
target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/VideoCallingEnterActivity.java"
target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/BuildConfig.java" target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/FloatingView.java" target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java" target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/videocall/VideoCallingEnterActivity.java" target-dir="com/tencent/trtc/videocall"/>
<source-file src="src/android/java/com/tencent/trtc/debug/Constant.java"
target-dir="com/tencent/trtc/debug"/>
<source-file src="src/android/java/com/tencent/trtc/debug/Constant.java" target-dir="com/tencent/trtc/debug"/>
<resource-file src="src/android/res/drawable/videocall_background.xml"
target="res/drawable/videocall_background.xml"/>
<resource-file src="src/android/res/drawable/common_button_bg.xml"
target="res/drawable/common_button_bg.xml"/>
<resource-file src="src/android/res/drawable/common_edit_bg.xml"
target="res/drawable/common_edit_bg.xml"/>
<resource-file src="src/android/res/drawable/common_seekbar_style.xml"
target="res/drawable/common_seekbar_style.xml"/>
<resource-file src="src/android/res/drawable/common_seekbar_thumb.xml"
target="res/drawable/common_seekbar_thumb.xml"/>
<resource-file src="src/android/res/drawable/common_selector_radio_bg.xml"
target="res/drawable/common_selector_radio_bg.xml"/>
<resource-file src="src/android/res/drawable/videocall_background.xml" target="res/drawable/videocall_background.xml"/>
<resource-file src="src/android/res/drawable/common_button_bg.xml" target="res/drawable/common_button_bg.xml"/>
<resource-file src="src/android/res/drawable/common_edit_bg.xml" target="res/drawable/common_edit_bg.xml"/>
<resource-file src="src/android/res/drawable/common_seekbar_style.xml" target="res/drawable/common_seekbar_style.xml"/>
<resource-file src="src/android/res/drawable/common_seekbar_thumb.xml" target="res/drawable/common_seekbar_thumb.xml"/>
<resource-file src="src/android/res/drawable/common_selector_radio_bg.xml" target="res/drawable/common_selector_radio_bg.xml"/>
<resource-file src="src/android/res/layout/videocall_activit_enter.xml"
target="res/layout/videocall_activit_enter.xml"/>
<resource-file src="src/android/res/layout/videocall_activity_calling.xml"
target="res/layout/videocall_activity_calling.xml"/>
<resource-file src="src/android/res/layout/videocall_popup_layout.xml"
target="res/layout/videocall_popup_layout.xml"/>
<resource-file src="src/android/res/layout/videocall_view_floating_default.xml"
target="res/layout/videocall_view_floating_default.xml"/>
<resource-file src="src/android/res/layout/videocall_activit_enter.xml" target="res/layout/videocall_activit_enter.xml"/>
<resource-file src="src/android/res/layout/videocall_activity_calling.xml" target="res/layout/videocall_activity_calling.xml"/>
<resource-file src="src/android/res/layout/videocall_popup_layout.xml" target="res/layout/videocall_popup_layout.xml"/>
<resource-file src="src/android/res/layout/videocall_view_floating_default.xml" target="res/layout/videocall_view_floating_default.xml"/>
<resource-file src="src/android/res/mipmap-xxhdpi/videocall_float_logo.png"
target="res/mipmap-xxhdpi/videocall_float_logo.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/videocall_home.png"
target="res/mipmap-xxhdpi/videocall_home.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/common_ic_back.png"
target="res/mipmap-xxhdpi/common_ic_back.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/common_user_portrait.png"
target="res/mipmap-xxhdpi/common_user_portrait.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/earpiece.png"
target="res/mipmap-xxhdpi/earpiece.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/mac_off.png"
target="res/mipmap-xxhdpi/mac_off.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/mac_on.png"
target="res/mipmap-xxhdpi/mac_on.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/speaker.png"
target="res/mipmap-xxhdpi/speaker.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/swap_camera.png"
target="res/mipmap-xxhdpi/swap_camera.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/view_close.png"
target="res/mipmap-xxhdpi/view_close.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/view_open.png"
target="res/mipmap-xxhdpi/view_open.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/videocall_float_logo.png" target="res/mipmap-xxhdpi/videocall_float_logo.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/videocall_home.png" target="res/mipmap-xxhdpi/videocall_home.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/common_ic_back.png" target="res/mipmap-xxhdpi/common_ic_back.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/common_user_portrait.png" target="res/mipmap-xxhdpi/common_user_portrait.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/earpiece.png" target="res/mipmap-xxhdpi/earpiece.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/mac_off.png" target="res/mipmap-xxhdpi/mac_off.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/mac_on.png" target="res/mipmap-xxhdpi/mac_on.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/speaker.png" target="res/mipmap-xxhdpi/speaker.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/swap_camera.png" target="res/mipmap-xxhdpi/swap_camera.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/view_close.png" target="res/mipmap-xxhdpi/view_close.png"/>
<resource-file src="src/android/res/mipmap-xxhdpi/view_open.png" target="res/mipmap-xxhdpi/view_open.png"/>