Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
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
android
android_vedio
Commits
afd63e70
Commit
afd63e70
authored
Aug 08, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
e84c4af7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
MintsApplication.java
...rc/main/java/com/duben/happyplaylet/MintsApplication.java
+4
-5
activity_splash.xml
video/app/src/main/res/layout/activity_splash.xml
+3
-3
ic_launcher_main.png
video/app/src/main/res/mipmap-xhdpi/ic_launcher_main.png
+0
-0
ic_launcher_main.png
video/app/src/main/res/mipmap-xxhdpi/ic_launcher_main.png
+0
-0
No files found.
video/app/src/main/java/com/duben/happyplaylet/MintsApplication.java
View file @
afd63e70
...
...
@@ -53,10 +53,10 @@ public class MintsApplication extends MultiDexApplication {
super
.
onCreate
();
mContext
=
this
.
getApplicationContext
();
//
// 友盟SDK预初始化函数
//
// preInit预初始化函数耗时极少,不会影响App首次冷启动用户体验
//
UmengManager.INSTANCE.preInit(this,
//
MateUtils.INSTANCE.getAppMetaData(this, "CHANNEL_NAME"));
// 友盟SDK预初始化函数
// preInit预初始化函数耗时极少,不会影响App首次冷启动用户体验
UmengManager
.
INSTANCE
.
preInit
(
this
,
MateUtils
.
INSTANCE
.
getAppMetaData
(
this
,
"CHANNEL_NAME"
));
// 三方配置
thirdConfig
();
...
...
@@ -76,7 +76,6 @@ public class MintsApplication extends MultiDexApplication {
if
(
AppPreferencesManager
.
INSTANCE
.
get
()
.
getBoolean
(
Constant
.
LOAN_PERMISSION_FLAG
,
true
))
return
;
initMiitHelper
();
TTAdManagerHolder
.
init
(
this
);
...
...
video/app/src/main/res/layout/activity_splash.xml
View file @
afd63e70
...
...
@@ -6,11 +6,11 @@
<ImageView
android:id=
"@+id/app_logo"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_width=
"
70dp
"
android:layout_height=
"
70dp
"
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"140dp"
android:src=
"@mipmap/ic_
splash_pic
"
/>
android:src=
"@mipmap/ic_
launcher_main
"
/>
<TextView
android:layout_width=
"wrap_content"
...
...
video/app/src/main/res/mipmap-xhdpi/ic_launcher_main.png
View replaced file @
e84c4af7
View file @
afd63e70
7.1 KB
|
W:
|
H:
7.91 KB
|
W:
|
H:
2-up
Swipe
Onion skin
video/app/src/main/res/mipmap-xxhdpi/ic_launcher_main.png
View replaced file @
e84c4af7
View file @
afd63e70
11.4 KB
|
W:
|
H:
12.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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