fixed conflict

This commit is contained in:
lixiaopeng
2022-03-17 18:43:52 +08:00
parent 11dd8057b1
commit caeb784ad3
1187 changed files with 43186 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
package com.mogo.eagle.core.function.hmi.ui.bindingcar
import android.content.Context
import android.graphics.Bitmap
import android.text.TextUtils
import android.util.Log
import android.view.View
import android.widget.ImageView
import android.widget.TextView
import androidx.lifecycle.LifecycleObserver
import com.mogo.eagle.core.data.notice.NoticeNormalData
import com.mogo.eagle.core.function.hmi.R
import com.mogo.eagle.core.utilcode.mogo.glide.GlideApp
import com.mogo.eagle.core.utilcode.mogo.glide.GlideRoundedCornersTransform
import com.mogo.eagle.core.utilcode.util.BitmapHelper
import com.mogo.eagle.core.widget.media.video.NoticeSimpleVideoPlayer
import com.mogo.module.common.MogoApisHandler
import com.mogo.module.common.dialog.BaseFloatDialog
import com.mogo.service.IMogoServiceApis
import com.mogo.service.statusmanager.IMogoStatusChangedListener
import com.mogo.service.statusmanager.StatusDescriptor
import com.shuyu.gsyvideoplayer.GSYVideoManager
import com.shuyu.gsyvideoplayer.builder.GSYVideoOptionBuilder
import com.shuyu.gsyvideoplayer.listener.VideoAllCallBack
/**
* @brief 绑定车辆对话框
* @author lixiaopeng
*/
class BindingCarDialog(context: Context) : BaseFloatDialog(context), LifecycleObserver{
private val TAG = "BindingCarDialog"
private var confirmTv: TextView? = null
private var cancleTv: TextView? = null
private var mServiceApis: IMogoServiceApis? = null
private val statusChangedListenerForCheckNotice = IMogoStatusChangedListener { descriptor, isTrue ->
if (descriptor == StatusDescriptor.MAIN_PAGE_IS_BACKGROUND) {
dismiss()
}
}
init {
setContentView(R.layout.dialog_binding_car)
setCanceledOnTouchOutside(true)
confirmTv = findViewById(R.id.tv_bindingcar_confirm)
cancleTv = findViewById(R.id.tv_bindingcar_cancel)
confirmTv?.setOnClickListener {
dismiss()
}
cancleTv?.setOnClickListener {
dismiss()
}
}
override fun dismiss() {
super.dismiss()
}
/**
* 展示详情页面
*/
fun showCheckDialog() {
if (isShowing) {
return
}
show()
}
}

View File

@@ -0,0 +1,18 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.mogo.module.carchatting;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.module.carchatting";
/**
* @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.module.carchatting";
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 = "2.1.16.10";
}

View File

@@ -0,0 +1,20 @@
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.module.carchatting.card.CallChatProvider;
import com.mogo.module.carchatting.invoke.CarsChattingProvider;
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, CarsChattingProvider.class, "/callchat/provider", "callchat", null, -1, -2147483648));
atlas.put("/callchat/ui", RouteMeta.build(RouteType.PROVIDER, CallChatProvider.class, "/callchat/ui", "callchat", null, -1, -2147483648));
}
}

View File

@@ -0,0 +1,20 @@
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.module.carchatting.card.CallChatProvider;
import com.mogo.module.carchatting.invoke.CarsChattingProvider;
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$$mogomodulecarchatting implements IProviderGroup {
@Override
public void loadInto(Map<String, RouteMeta> providers) {
providers.put("com.zhidao.carchattingprovider.ICarsChattingProvider", RouteMeta.build(RouteType.PROVIDER, CarsChattingProvider.class, "/callchat/provider", "callchat", null, -1, -2147483648));
providers.put("com.mogo.service.module.IMogoModuleProvider", RouteMeta.build(RouteType.PROVIDER, CallChatProvider.class, "/callchat/ui", "callchat", null, -1, -2147483648));
}
}

View File

@@ -0,0 +1,17 @@
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$$mogomodulecarchatting implements IRouteRoot {
@Override
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
routes.put("callchat", ARouter$$Group$$callchat.class);
}
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.carchatting"
android:versionCode="1"
android:versionName="2.1.16.10" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

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

View File

@@ -0,0 +1,33 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.mogo.module.carchatting.bean.*{*;}
-keep class com.mogo.module.carchatting.card.CallChatProvider.*{*;}
-keep class com.mogo.module.carchatting.card.CallChatConstant.*{*;}
-keep class com.mogo.module.carchatting.biz.IBizCallChat.*{*;}
-keep class com.mogo.module.carchatting.invoke.CarsChattingProvider.*{*;}
-keep class com.mogo.module.carchatting.net.HttpApi.*{*;}
-keep class com.mogo.module.carchatting.net.HttpConstant.*{*;}
-keep class com.mogo.module.carchatting.util.AnalyticsUtil.*{*;}
-keep class com.mogo.module.carchatting.util.DateUtilKt.*{*;}
-keep class com.mogo.module.carchatting.view.*{*;}
-keep class com.mogo.module.carchatting.voice.*{*;}

View File

@@ -0,0 +1,2 @@
<?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/admin/Android/ADAS/MoGoEagleEye/core/mogo-core-data/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/admin/Android/ADAS/MoGoEagleEye/core/mogo-core-data/src/debug/jniLibs"/></dataSet></merger>

View File

@@ -0,0 +1,2 @@
<?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/admin/Android/ADAS/MoGoEagleEye/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/admin/Android/ADAS/MoGoEagleEye/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>

View File

@@ -0,0 +1,2 @@
<?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/admin/Android/ADAS/MoGoEagleEye/core/mogo-core-data/src/main/assets"/><source path="/Users/admin/Android/ADAS/MoGoEagleEye/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/admin/Android/ADAS/MoGoEagleEye/core/mogo-core-data/src/debug/assets"/></dataSet></merger>

View File

@@ -0,0 +1,95 @@
#Tue Mar 01 11:41:04 CST 2022
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_launcher_calling_bg.9.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_teammate_leader_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_leader_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_teammate_item.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_teammate_item.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_incoming_hawk_eye_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_incoming_hawk_eye_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_carchatting_launcher_calling_hangup.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_fragment.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_head_default.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_head_default.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_quit_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_quit_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_fragment_x.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_x.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_callchatting_user_close.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_close.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_carchatting_default_head_img.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_default_head_img.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_refuse_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_refuse_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_quit_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_quit_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_invitation_head_default.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_head_default.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_head_default.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_head_default.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_aicloud_incoming.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_aicloud_incoming.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_refuse_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_refuse_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_refuse_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_bg.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_bg.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_carchatting_user_cover_bg.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_user_cover_bg.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_user_pop_call_bg_normal.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg_normal.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_teammate_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_user_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_user_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_refuse.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_refuse.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_vr_team_num_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_vr_team_num_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_fragment_close_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_close_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_carchatting_launcher_calling_hangup.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-mdpi-1920x720/module_callchatting_match.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-mdpi-1920x720-v4/module_callchatting_match.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_title_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_title_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_fragment_close_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_close_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_team_invitation_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_team_invitation_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_join_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_join_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_user_pop_call_bg_pressed.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg_pressed.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_calling_hawk_eye_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_calling_hawk_eye_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_join_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_join_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_callchatting_match.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_match.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_callchatting_user_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_launcher_calling_bg.9.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_invitation_join_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_join_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_join_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_join_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_quit.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_quit.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_launcher_calling_bg.9.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_launcher_calling_bg.9.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_callchatting_user_join_team.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_callchatting_user_join_team.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_carchatting_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_team_invitation_hawk_eye_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_team_invitation_hawk_eye_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_carchatting_user_cover_bg.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_user_cover_bg.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_join.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_join.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_invitation_refuse_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_refuse_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_fragment_team_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_fragment_team_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_carchatting_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_carchatting_user_cover_bg.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_user_cover_bg.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_shape_gradient_blue_normal.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue_normal.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_join_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_join_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/layout/module_car_chatting_launcher_calling_view.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/layout/module_car_chatting_launcher_calling_view.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_invitation_join_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_join_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_quit_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_quit_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_refuse.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_refuse.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_join_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_join_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_hawk_eye_header_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_hawk_eye_header_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_fragment_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_fragment_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_carchatting_launcher_calling_hangup.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_launcher_calling_hangup.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_shape_gradient_blue_pressed.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue_pressed.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_quit_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_quit_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_fragment_x.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_x.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_carchatting_default_head_img.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_carchatting_default_head_img.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_user_pop_call_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_user_pop_call_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_callchatting_user_join_team.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_join_team.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_callchatting_user_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_head_default.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_head_default.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_vr_calling_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_vr_calling_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_callchatting_user_close.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_close.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_fragment_close.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_fragment_close.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_fragment.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_fragment_close_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_fragment_close_normal.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_callchatting_shape_gradient_blue.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_callchatting_shape_gradient_blue.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_callchatting_user_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_callchatting_user_join_team.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_user_join_team.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_teammate_follower_bg.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_teammate_follower_bg.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-mdpi/module_carchatting_team_invitation_refuse_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-mdpi-v4/module_carchatting_team_invitation_refuse_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-ldpi/module_callchatting_match.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_callchatting_match.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_launcher_hawk_eye_calling_bg.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_launcher_hawk_eye_calling_bg.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_carchatting_default_head_img.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_default_head_img.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_callchatting_launcher_incoming_hangup.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_launcher_incoming_hangup.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_callchatting_launcher_incoming_answer.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_launcher_incoming_answer.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_fragment_close_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_fragment_close_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-hdpi/module_carchatting_caller.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/module_carchatting_caller.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_carchatting_hawk_eye_default_head_img.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_carchatting_hawk_eye_default_head_img.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/mipmap-xhdpi/module_callchatting_user_close.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_callchatting_user_close.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-xhdpi/module_carchatting_team_invitation_hawk_eye_join_pressed.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/module_carchatting_team_invitation_hawk_eye_join_pressed.png
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable/module_carchatting_team_invitation_join.xml=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable/module_carchatting_team_invitation_join.xml
/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/res/drawable-hdpi/module_carchatting_team_invitation_hawk_eye_refuse_normal.png=/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/build/intermediates/packaged_res/debug/drawable-hdpi-v4/module_carchatting_team_invitation_hawk_eye_refuse_normal.png

View File

@@ -0,0 +1,104 @@
<?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

@@ -0,0 +1,91 @@
<?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

@@ -0,0 +1,88 @@
<?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

@@ -0,0 +1,91 @@
<?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

@@ -0,0 +1,29 @@
<?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>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.carchatting"
android:versionCode="1"
android:versionName="2.1.16.10" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.mogo.module.carchatting"
4 android:versionCode="1"
5 android:versionName="2.1.16.10" >
6
7 <uses-sdk
8 android:minSdkVersion="19"
8-->/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/AndroidManifest.xml
9 android:targetSdkVersion="19" />
9-->/Users/admin/Android/ADAS/MoGoEagleEye/modules/mogo-module-carchatting/src/main/AndroidManifest.xml
10
11</manifest>

View File

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

View File

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,9 @@
<?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

@@ -0,0 +1,9 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,9 @@
<?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

@@ -0,0 +1,9 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,8 @@
<?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

@@ -0,0 +1,9 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,8 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,5 @@
<?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

@@ -0,0 +1,8 @@
<?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

@@ -0,0 +1,8 @@
<?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

@@ -0,0 +1,6 @@
<?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>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:endColor="#595FA2"
android:startColor="#43508E"></gradient>
<size
android:width="@dimen/dp_80"
android:height="@dimen/dp_80" />
</shape>

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