rebase
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 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 = "";
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
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));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
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));
|
||||
}
|
||||
}
|
||||
@@ -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$$mogocorefunctionchat implements IRouteRoot {
|
||||
@Override
|
||||
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
|
||||
routes.put("callchat", ARouter$$Group$$callchat.class);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
@@ -0,0 +1 @@
|
||||
[{"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":""}}]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<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:.*:<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>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<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:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<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:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/core/mogo-core-data/src/debug/assets"/></dataSet></merger>
|
||||
@@ -0,0 +1,96 @@
|
||||
#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
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
@@ -0,0 +1 @@
|
||||
[{"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":""}}]
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
After Width: | Height: | Size: 27 KiB |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="@dimen/module_call_chat_team_fragment_margin"
|
||||
android:elevation="@dimen/dp_10"
|
||||
android:background="@drawable/module_carchatting_team_fragment_bg"
|
||||
android:clickable="true"
|
||||
android:padding="@dimen/module_call_chat_team_fragment_padding">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_num"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/module_call_chat_team_fragment_close_view_height"
|
||||
android:gravity="center_vertical"
|
||||
android:text="车队人数"
|
||||
android:textColor="@color/module_carchatting_white_color"
|
||||
android:textSize="@dimen/module_call_chat_team_fragment_num_text_size"
|
||||
app:layout_constraintBaseline_toBaselineOf="@+id/iv_close"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="@dimen/module_call_chat_team_fragment_close_view_width"
|
||||
android:layout_height="@dimen/module_call_chat_team_fragment_close_view_height"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/module_carchatting_team_fragment_close"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_teammates"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="@dimen/module_call_chat_team_fragment_teammates__margin_top"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv_close" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||