diff --git a/common/src/main/java/com/yunbao/common/manager/imrongcloud/RongcloudIMManager.java b/common/src/main/java/com/yunbao/common/manager/imrongcloud/RongcloudIMManager.java
index 76e329187..bf70d3ca4 100644
--- a/common/src/main/java/com/yunbao/common/manager/imrongcloud/RongcloudIMManager.java
+++ b/common/src/main/java/com/yunbao/common/manager/imrongcloud/RongcloudIMManager.java
@@ -32,7 +32,10 @@ import static com.yunbao.common.CommonAppContext.isReady;
*/
public class RongcloudIMManager {
//融云开发者平台注册app唯一识别符
- public static final String RONG_IM_KEY = "uwd1c0sxu1p71";
+// public static final String RONG_IM_KEY = "uwd1c0sxu1p71";
+ //测试环境
+ public static final String RONG_IM_KEY = "pvxdm17jpd3hr";
+
private static final String CLASSNAME = "RongcloudIMManager";
/**
diff --git a/common/src/main/res/anim/right_anim_enter.xml b/common/src/main/res/anim/right_anim_enter.xml
new file mode 100644
index 000000000..dc33293bb
--- /dev/null
+++ b/common/src/main/res/anim/right_anim_enter.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/common/src/main/res/anim/right_anim_exit.xml b/common/src/main/res/anim/right_anim_exit.xml
new file mode 100644
index 000000000..e9f01bae4
--- /dev/null
+++ b/common/src/main/res/anim/right_anim_exit.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/common/src/main/res/values/style.xml b/common/src/main/res/values/style.xml
index dbe6fbaf8..c18102442 100644
--- a/common/src/main/res/values/style.xml
+++ b/common/src/main/res/values/style.xml
@@ -66,7 +66,10 @@
- @anim/left_anim_enter
- @anim/left_anim_exit
-
+