rebase continue

This commit is contained in:
zhongchao
2022-03-11 19:47:55 +08:00
parent 32e64310db
commit ffc4d73627
420 changed files with 15 additions and 22753 deletions

View File

@@ -234,7 +234,11 @@ ext {
//========================== ProtoBuf =======================
protoc : "com.google.protobuf:protoc:3.12.4",
protobuf_java : "com.google.protobuf:protobuf-java:3.12.4",
protobuf_java_util : "com.google.protobuf:protobuf-java-util:3.12.4"
protobuf_java_util : "com.google.protobuf:protobuf-java-util:3.12.4",
//========================= DataStore ======================
androidx_datastore_preferences : "androidx.datastore:datastore-preferences:1.0.0",
androidx_datastore : "androidx.datastore:datastore:1.0.0",
]

View File

@@ -66,10 +66,10 @@ class MoGoAutopilotProvider :
CallerMapDataCollectorManager.registerOnMapCollectTaskListener(this)
// "192.168.1.102"
val options = AdasOptions.Builder()
.setIpcConnectionMode(AdasOptions.IPC_CONNECTION_MODE.ASSIGN)
.setIpcAssignIP(FunctionBuildConfig.adasConnectIP)
.setClient(false)
.build()
.setIpcConnectionMode(AdasOptions.IPC_CONNECTION_MODE.FIXATION)
.setIpcFixationIP(AdasManager.getInstance().getIPCFixationIPList(mContext))
.setClient(false)
.build()
AdasManager.getInstance().create(options, MoGoAdasMsgConnectStatusListenerImpl())
NSDNettyManager.getInstance().startNSDNettyServerWithSN(context, object :
@@ -102,11 +102,10 @@ class MoGoAutopilotProvider :
//FunctionBuildConfig.isDemoMode = true
//FunctionBuildConfig.isIgnoreConditionsDrawAutopilotTrajectoryData = true
// "192.168.1.103"
val options = AdasOptions.Builder()
.setIpcConnectionMode(AdasOptions.IPC_CONNECTION_MODE.ASSIGN)
.setIpcAssignIP(FunctionBuildConfig.adasConnectIP)
.setClient(true)
.build()
val options = AdasOptions
.Builder()
.setClient(true)
.build()
AdasManager.getInstance().create(options, MoGoAdasMsgConnectStatusListenerImpl())
NSDNettyManager.getInstance()
.searchAndConnectServer(context, MoGoAiCloudClientConfig.getInstance().sn, object :

View File

@@ -1,18 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.mogo.eagle.core.function.chat;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.eagle.core.function.chat";
/**
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
*/
@Deprecated
public static final String APPLICATION_ID = "com.mogo.eagle.core.function.chat";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "";
}

View File

@@ -1,18 +0,0 @@
package com.alibaba.android.arouter.routes;
import com.alibaba.android.arouter.facade.enums.RouteType;
import com.alibaba.android.arouter.facade.model.RouteMeta;
import com.alibaba.android.arouter.facade.template.IRouteGroup;
import com.mogo.eagle.core.function.chat.MoGoChatProvider;
import java.lang.Override;
import java.lang.String;
import java.util.Map;
/**
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
public class ARouter$$Group$$callchat implements IRouteGroup {
@Override
public void loadInto(Map<String, RouteMeta> atlas) {
atlas.put("/callchat/provider", RouteMeta.build(RouteType.PROVIDER, MoGoChatProvider.class, "/callchat/provider", "callchat", null, -1, -2147483648));
}
}

View File

@@ -1,18 +0,0 @@
package com.alibaba.android.arouter.routes;
import com.alibaba.android.arouter.facade.enums.RouteType;
import com.alibaba.android.arouter.facade.model.RouteMeta;
import com.alibaba.android.arouter.facade.template.IProviderGroup;
import com.mogo.eagle.core.function.chat.MoGoChatProvider;
import java.lang.Override;
import java.lang.String;
import java.util.Map;
/**
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
public class ARouter$$Providers$$mogocorefunctionchat implements IProviderGroup {
@Override
public void loadInto(Map<String, RouteMeta> providers) {
providers.put("com.mogo.eagle.core.function.api.chat.IMoGoChatProvider", RouteMeta.build(RouteType.PROVIDER, MoGoChatProvider.class, "/callchat/provider", "callchat", null, -1, -2147483648));
}
}

View File

@@ -1,17 +0,0 @@
package com.alibaba.android.arouter.routes;
import com.alibaba.android.arouter.facade.template.IRouteGroup;
import com.alibaba.android.arouter.facade.template.IRouteRoot;
import java.lang.Class;
import java.lang.Override;
import java.lang.String;
import java.util.Map;
/**
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
public class ARouter$$Root$$mogocorefunctionchat implements IRouteRoot {
@Override
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
routes.put("callchat", ARouter$$Group$$callchat.class);
}
}

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.eagle.core.function.chat"
android:versionCode="1" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -1 +0,0 @@
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"","enabled":true,"outputFile":"mogo-core-function-chat-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.chat","split":""}}]

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/libs"><file name="gmesdk.jar" path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/libs/gmesdk.jar"/><file name="armeabi-v7a/libgmecodec.so" path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/libs/armeabi-v7a/libgmecodec.so"/><file name="armeabi-v7a/libgmesdk.so" path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/libs/armeabi-v7a/libgmesdk.so"/><file name="arm64-v8a/libgmesdk.so" path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/libs/arm64-v8a/libgmesdk.so"/></source></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/debug/jniLibs"/></dataSet></merger>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/main/assets"/><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/debug/assets"/></dataSet></merger>

View File

@@ -1,96 +0,0 @@
#Fri Mar 11 11:01:24 CST 2022
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-mdpi-1920x720/module_callchatting_match.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-mdpi-1920x720-v4/module_callchatting_match.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_carchatting_user_cover_bg.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_user_cover_bg.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_callchatting_launcher_incoming_hangup.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_launcher_incoming_hangup.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_shape_gradient_blue_pressed.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue_pressed.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_invitation_join_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_join_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_teammate_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_callchatting_launcher_incoming_answer.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_launcher_incoming_answer.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_callchatting_user_join_team.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_join_team.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_carchatting_hawk_eye_default_head_img.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_hawk_eye_default_head_img.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_callchatting_match.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_match.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_callchatting_user_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_invitation_head_default.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_head_default.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_user_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_user_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_head_default.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_head_default.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_carchatting_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_fragment_close.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_fragment_close.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_launcher_calling_bg.9.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_join_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_join_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_user_pop_call_bg_normal.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg_normal.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_refuse_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_vr_calling_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_vr_calling_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_fragment_x.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_x.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_head_default.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_head_default.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_calling_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_calling_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_head_default.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_head_default.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_invitation_refuse_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_refuse_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_bg.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_bg.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_quit_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_quit_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_title_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_title_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_invitation_refuse_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_refuse_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_carchatting_default_head_img.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_default_head_img.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_carchatting_launcher_calling_hangup.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_fragment_close_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_close_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_fragment_team_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_fragment_team_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_quit_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_quit_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_carchatting_user_cover_bg.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_user_cover_bg.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_refuse.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_refuse.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_shape_gradient_blue.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_carchatting_user_cover_bg.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_user_cover_bg.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_fragment_close_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_close_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_team_invitation_hawk_eye_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_team_invitation_hawk_eye_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_callchatting_user_join_team.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_join_team.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_header_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_header_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_calling_hawk_eye_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_calling_hawk_eye_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_launcher_calling_bg.9.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_user_pop_call_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_invitation_join_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_join_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_carchatting_launcher_calling_hangup.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_join_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_join_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_shape_gradient_blue_normal.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue_normal.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_callchatting_user_close.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_close.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_join.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_join.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_callchatting_user_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_fragment_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_fragment_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_refuse_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_callchatting_match.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_match.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_fragment_close_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_close_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_callchatting_user_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_join_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_join_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_quit.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_quit.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_refuse_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_refuse_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_join_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_join_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_fragment_x.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_x.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_launcher_hawk_eye_calling_bg.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_launcher_hawk_eye_calling_bg.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_join_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_join_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_carchatting_default_head_img.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_default_head_img.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_teammate_follower_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_follower_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/raw/call.mp3=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/raw/call.mp3
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_team_invitation_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_team_invitation_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_carchatting_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_callchatting_user_close.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_close.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_fragment.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_quit_pressed.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_quit_pressed.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_quit_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_quit_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_launcher_calling_bg.9.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_join.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_join.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_callchatting_user_join_team.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_join_team.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_teammate_leader_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_leader_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_incoming_hawk_eye_view.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_incoming_hawk_eye_view.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/layout/module_car_chatting_launcher_teammate_item.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_teammate_item.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_refuse.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_refuse.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_fragment.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-hdpi/module_carchatting_team_invitation_refuse_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_refuse_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_join_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_join_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_callchatting_user_close.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_close.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-hdpi/module_carchatting_launcher_calling_hangup.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable-mdpi/module_carchatting_team_fragment_close_normal.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_close_normal.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-ldpi/module_carchatting_default_head_img.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_default_head_img.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/mipmap-xhdpi/module_carchatting_caller.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_caller.png
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_vr_team_num_bg.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_vr_team_num_bg.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_callchatting_user_pop_call_bg_pressed.xml=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg_pressed.xml
/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/res/drawable/module_carchatting_aicloud_incoming.png=/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/build/intermediates/packaged_res/debug/drawable/module_carchatting_aicloud_incoming.png

View File

@@ -1,104 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_calling_iv_hawk_eye_margin_left_right">6px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_width_height">100px</dimen>
<dimen name="module_call_chat_calling_iv_margin_left_right">23px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">82px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_margin_top_bottom">10px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_name_size">27px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_time_size">18px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">18px</dimen>
<dimen name="module_call_chat_calling_text_name_size">37px</dimen>
<dimen name="module_call_chat_calling_text_time_size">26px</dimen>
<dimen name="module_call_chat_hawk_eye_circle_btn_size">63px</dimen>
<dimen name="module_call_chat_match_iv_height">72px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">38px</dimen>
<dimen name="module_call_chat_match_iv_width">80px</dimen>
<dimen name="module_call_chat_match_text_size">30px</dimen>
<dimen name="module_call_chat_match_view_left_margin">32px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_view_right_margin">39px</dimen>
<dimen name="module_call_chat_matching_text_size">30px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">10px</dimen>
<dimen name="module_call_chat_state_caller_height">90px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">50px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">70px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">56px</dimen>
<dimen name="module_call_chat_state_caller_text_size">30px</dimen>
<dimen name="module_call_chat_state_close_icon_width">82.5px</dimen>
<dimen name="module_call_chat_state_close_margin">30px</dimen>
<dimen name="module_call_chat_state_hawk_eye_height">100px</dimen>
<dimen name="module_call_chat_state_hawk_eye_width">300px</dimen>
<dimen name="module_call_chat_state_head_border">8px</dimen>
<dimen name="module_call_chat_state_head_margin_top">159px</dimen>
<dimen name="module_call_chat_state_height">140px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_x">22px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_y">776px</dimen>
<dimen name="module_call_chat_state_location_x">1067px</dimen>
<dimen name="module_call_chat_state_location_y">872px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">16px</dimen>
<dimen name="module_call_chat_state_nick_name_size">40px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">15px</dimen>
<dimen name="module_call_chat_state_user_head_width">150px</dimen>
<dimen name="module_call_chat_state_width">600px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">22px</dimen>
<dimen name="module_call_chat_team_calling_size">32px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">22px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">80.8px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">80.8px</dimen>
<dimen name="module_call_chat_team_fragment_margin">27.5px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">36px</dimen>
<dimen name="module_call_chat_team_fragment_padding">50px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">24px</dimen>
<dimen name="module_call_chat_team_head_view_height">48px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-12px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-122px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">36px</dimen>
<dimen name="module_call_chat_team_head_view_width">48px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">22px</dimen>
<dimen name="module_call_chat_team_info_left_margin">22px</dimen>
<dimen name="module_call_chat_team_info_size">26px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">60px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">32px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_bg_corner">20px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_height">182px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_padding">61px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_width">822px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">148px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">148px</dimen>
<dimen name="module_call_chat_team_invitation_height">210px</dimen>
<dimen name="module_call_chat_team_invitation_join_hawk_eye_margin_right">42px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">98px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">36px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">98px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">230px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_padding">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">46px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">60px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">25px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">120px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">28.4px</dimen>
<dimen name="module_call_chat_team_quit_view_height">79.8px</dimen>
<dimen name="module_call_chat_team_quit_view_width">79.8px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">98px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">98px</dimen>
<dimen name="module_call_chat_team_teammate_height">164px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">46px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">98px</dimen>
<dimen name="module_call_chat_team_teammate_margin">14px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">30px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">34px</dimen>
<dimen name="module_call_chat_team_teammate_padding">32px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_user_caller_x">290px</dimen>
<dimen name="module_call_chat_user_state_location_x">1370px</dimen>
<dimen name="module_call_chat_user_state_location_y">30px</dimen>
<dimen name="module_call_chat_user_state_x">740px</dimen>
<dimen name="module_call_chat_user_state_y">854px</dimen>
<dimen name="module_call_chat_view_margin_end">37px</dimen>
<dimen name="module_call_chat_view_match_width">355px</dimen>
</resources>

View File

@@ -1,91 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_calling_iv_margin_left_right">18px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">44px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">6px</dimen>
<dimen name="module_call_chat_calling_text_name_size">18px</dimen>
<dimen name="module_call_chat_calling_text_time_size">14px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_height">56px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">30px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">39px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">30px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_state_close_icon_width">45.8px</dimen>
<dimen name="module_call_chat_state_close_margin">16.6px</dimen>
<dimen name="module_call_chat_state_head_border">5px</dimen>
<dimen name="module_call_chat_state_head_margin_top">88.3px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_state_location_x">560px</dimen>
<dimen name="module_call_chat_state_location_y">478px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">10px</dimen>
<dimen name="module_call_chat_state_nick_name_size">22px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_user_head_width">83.3px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_head_view_height">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-6.6px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-66px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_head_view_width">26.4px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">11px</dimen>
<dimen name="module_call_chat_team_info_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">138px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16.5px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_user_caller_x">161px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">411px</dimen>
<dimen name="module_call_chat_user_state_y">474px</dimen>
<dimen name="module_call_chat_view_height">82px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_width">338px</dimen>
</resources>

View File

@@ -1,88 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_calling_iv_margin_left_right">23px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">58px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">15px</dimen>
<dimen name="module_call_chat_calling_text_name_size">24px</dimen>
<dimen name="module_call_chat_calling_text_time_size">17px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_height">60px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">20px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">45px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_state_close_icon_width">55px</dimen>
<dimen name="module_call_chat_state_close_margin">13px</dimen>
<dimen name="module_call_chat_state_head_border">9px</dimen>
<dimen name="module_call_chat_state_head_margin_top">75px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_state_location_x">573px</dimen>
<dimen name="module_call_chat_state_location_y">467px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">9px</dimen>
<dimen name="module_call_chat_state_nick_name_size">23px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_user_head_width">97px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">16px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_head_view_height">48px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-12px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-120px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_head_view_width">48px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">13px</dimen>
<dimen name="module_call_chat_team_info_left_margin">16px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">9px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">9px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_user_caller_x">310px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">347px</dimen>
<dimen name="module_call_chat_user_state_y">374px</dimen>
<dimen name="module_call_chat_view_height">87px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_width">422px</dimen>
</resources>

View File

@@ -1,91 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_calling_iv_margin_left_right">18px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">44px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">6px</dimen>
<dimen name="module_call_chat_calling_text_name_size">18px</dimen>
<dimen name="module_call_chat_calling_text_time_size">14px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_height">56px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">30px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">39px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">30px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_state_close_icon_width">45.8px</dimen>
<dimen name="module_call_chat_state_close_margin">16.6px</dimen>
<dimen name="module_call_chat_state_head_border">5px</dimen>
<dimen name="module_call_chat_state_head_margin_top">88.3px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_state_location_x">573px</dimen>
<dimen name="module_call_chat_state_location_y">467px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">10px</dimen>
<dimen name="module_call_chat_state_nick_name_size">22px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_user_head_width">83.3px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_head_view_height">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-6.6px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-66px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_head_view_width">26.4px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">11px</dimen>
<dimen name="module_call_chat_team_info_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">138px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16.5px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_user_caller_x">161px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">411px</dimen>
<dimen name="module_call_chat_user_state_y">474px</dimen>
<dimen name="module_call_chat_view_height">82px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_width">338px</dimen>
</resources>

View File

@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_calling_bg_radius">30px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_margin_left_right">20px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_width_height">144px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_margin_top_bottom">26px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_name_size">40px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_time_size">24px</dimen>
<dimen name="module_call_chat_hawk_eye_circle_btn_size">88px</dimen>
<dimen name="module_call_chat_hawk_eye_incoming_circle_btn_size">86px</dimen>
<dimen name="module_call_chat_incoming_aisdk_tag_width">139px</dimen>
<dimen name="module_call_chat_matching_text_size">24px</dimen>
<dimen name="module_call_chat_matching_textsize">28px</dimen>
<dimen name="module_call_chat_state_hawk_eye_height">144px</dimen>
<dimen name="module_call_chat_state_hawk_eye_width">460px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_call_margin_right">30px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_height">142px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_margin_left">20px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_width">560px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_x">40px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_y">1160px</dimen>
<dimen name="module_call_chat_team_chatting_margin_top">27px</dimen>
<dimen name="module_call_chat_team_chatting_text_size">34px</dimen>
<dimen name="module_call_chat_team_info_margin_bottom">27px</dimen>
<dimen name="module_call_chat_team_info_text_size">24px</dimen>
<dimen name="module_call_chat_team_ll_head_width">144px</dimen>
<dimen name="module_call_chat_team_num_text_size">40px</dimen>
<dimen name="module_call_chat_team_num_width">106px</dimen>
</resources>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.eagle.core.function.chat"
android:versionCode="1" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -1,12 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.mogo.eagle.core.function.chat"
4 android:versionCode="1" >
5
6 <uses-sdk
7 android:minSdkVersion="19"
7-->/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/AndroidManifest.xml
8 android:targetSdkVersion="19" />
8-->/Users/arrowem/Documents/androidProject/Launcher/core/function-impl/mogo-core-function-chat/src/main/AndroidManifest.xml
9
10</manifest>

View File

@@ -1 +0,0 @@
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"","enabled":true,"outputFile":"mogo-core-function-chat-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.chat","split":""}}]

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_callchatting_shape_gradient_blue_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_callchatting_shape_gradient_blue_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#1F7EFF"
android:startColor="#1E57A4" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#1363A4"
android:startColor="#164079" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_callchatting_user_pop_call_bg_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_callchatting_user_pop_call_bg_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#585E8B"
android:startColor="#4A4C70" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#383C5E"
android:startColor="#373856" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_30" />
<solid android:color="#F710121E" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_fragment_close_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_fragment_close_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_30" />
<gradient
android:angle="180"
android:endColor="#3F4057"
android:startColor="#5E6079" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="@dimen/module_call_chat_team_invitation_hawk_eye_bg_corner"
android:bottomLeftRadius="@dimen/module_call_chat_team_invitation_hawk_eye_bg_corner"/>
<gradient
android:angle="135"
android:endColor="#22E2FE"
android:startColor="#005CFF" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_join_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_join_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_refuse_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_refuse_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_join_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_join_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_refuse_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_refuse_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#1DAAA5"
android:startColor="#37DED9" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_quit_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_quit_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_23" />
<solid android:color="#FF1F2131" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#4E5069"
android:startColor="#4E5069" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#256BFF"
android:startColor="#5CC1FF" />
</shape>

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#3B4577" />
<corners android:radius="@dimen/module_call_chat_calling_bg_radius" />
</shape>

Some files were not shown because too many files have changed in this diff Show More