Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IMSDK_Demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王文龙
IMSDK_Demo
Commits
e640eaf6
Commit
e640eaf6
authored
Jan 21, 2021
by
王文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update]更新APP信息,更新kitsdk修复收到群发消息处理
parent
691dc845
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
build.gradle
app/build.gradle
+1
-1
SplashActivity.java
app/src/main/java/com/offcn/imclient/ui/SplashActivity.java
+0
-2
activity_login.xml
app/src/main/res/layout/activity_login.xml
+1
-1
ic_logo.png
app/src/main/res/mipmap-xhdpi/ic_logo.png
+0
-0
strings.xml
app/src/main/res/values/strings.xml
+1
-1
No files found.
app/build.gradle
View file @
e640eaf6
...
...
@@ -94,7 +94,7 @@ dependencies {
implementation
'com.android.support:multidex:1.0.3'
implementation
(
"com.offcn.live:base:2.5.0-s18"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.4
7
"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.4
9
"
)
// DB
implementation
'org.greenrobot:greendao:3.2.2'
...
...
app/src/main/java/com/offcn/imclient/ui/SplashActivity.java
View file @
e640eaf6
...
...
@@ -6,9 +6,7 @@ import android.os.Handler;
import
android.view.WindowManager
;
import
com.jyall.base.base.BaseActivity
;
import
com.offcn.imclient.R
;
import
com.offcn.imclient.util.LoginManager
;
import
com.offcn.live.im.util.ZGLUtils
;
/**
* 闪屏页
...
...
app/src/main/res/layout/activity_login.xml
View file @
e640eaf6
...
...
@@ -16,7 +16,7 @@
android:layout_marginTop=
"60dp"
android:drawableTop=
"@mipmap/ic_logo"
android:drawablePadding=
"20dp"
android:text=
"
在线课堂教师版
"
android:text=
"
@string/app_name
"
android:textColor=
"@color/color_333333"
android:textSize=
"20sp"
android:textStyle=
"bold"
/>
...
...
app/src/main/res/mipmap-xhdpi/ic_logo.png
View replaced file @
691dc845
View file @
e640eaf6
21 KB
|
W:
|
H:
21 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/src/main/res/values/strings.xml
View file @
e640eaf6
<resources>
<string
name=
"app_name"
>
在线课堂
教师版
</string>
<string
name=
"app_name"
>
中公网校
教师版
</string>
<string
name=
"push_mi_appid"
>
2882303761518931116
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment