Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
f0666051
Commit
f0666051
authored
Dec 29, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
插屏大小修改
parent
a7ccddb4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Home_OutTimeInterstitial.java
...mints/fiveworld/ad/inscreen/Home_OutTimeInterstitial.java
+1
-1
InSceneInterstitial.java
.../com/mints/fiveworld/ad/inscreen/InSceneInterstitial.java
+1
-1
Notice_OutSceneInterstitial.java
...ts/fiveworld/ad/inscreen/Notice_OutSceneInterstitial.java
+1
-1
OutSceneInterstitial.java
...com/mints/fiveworld/ad/inscreen/OutSceneInterstitial.java
+1
-1
OutTimeInterstitial.java
.../com/mints/fiveworld/ad/inscreen/OutTimeInterstitial.java
+1
-1
No files found.
app/src/main/java/com/mints/fiveworld/ad/inscreen/Home_OutTimeInterstitial.java
View file @
f0666051
...
...
@@ -114,7 +114,7 @@ public class Home_OutTimeInterstitial {
GMAdSlotInterstitial
adSlotInterstitial
=
new
GMAdSlotInterstitial
.
Builder
()
.
setGMAdSlotBaiduOption
(
GMAdOptionUtil
.
getGMAdSlotBaiduOption
().
build
())
.
setGMAdSlotGDTOption
(
GMAdOptionUtil
.
getGMAdSlotGDTOption
().
build
())
.
setImageAdSize
(
600
,
6
00
)
.
setImageAdSize
(
300
,
3
00
)
.
setVolume
(
0.5f
)
.
build
();
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/InSceneInterstitial.java
View file @
f0666051
...
...
@@ -112,7 +112,7 @@ public class InSceneInterstitial {
GMAdSlotInterstitial
adSlotInterstitial
=
new
GMAdSlotInterstitial
.
Builder
()
.
setGMAdSlotBaiduOption
(
GMAdOptionUtil
.
getGMAdSlotBaiduOption
().
build
())
.
setGMAdSlotGDTOption
(
GMAdOptionUtil
.
getGMAdSlotGDTOption
().
build
())
.
setImageAdSize
(
600
,
6
00
)
.
setImageAdSize
(
300
,
3
00
)
.
setVolume
(
0.5f
)
.
build
();
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/Notice_OutSceneInterstitial.java
View file @
f0666051
...
...
@@ -140,7 +140,7 @@ public class Notice_OutSceneInterstitial {
GMAdSlotInterstitial
adSlotInterstitial
=
new
GMAdSlotInterstitial
.
Builder
()
.
setGMAdSlotBaiduOption
(
GMAdOptionUtil
.
getGMAdSlotBaiduOption
().
build
())
.
setGMAdSlotGDTOption
(
GMAdOptionUtil
.
getGMAdSlotGDTOption
().
build
())
.
setImageAdSize
(
600
,
6
00
)
.
setImageAdSize
(
300
,
3
00
)
.
setVolume
(
0.5f
)
.
build
();
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/OutSceneInterstitial.java
View file @
f0666051
...
...
@@ -136,7 +136,7 @@ public class OutSceneInterstitial {
GMAdSlotInterstitial
adSlotInterstitial
=
new
GMAdSlotInterstitial
.
Builder
()
.
setGMAdSlotBaiduOption
(
GMAdOptionUtil
.
getGMAdSlotBaiduOption
().
build
())
.
setGMAdSlotGDTOption
(
GMAdOptionUtil
.
getGMAdSlotGDTOption
().
build
())
.
setImageAdSize
(
600
,
6
00
)
.
setImageAdSize
(
300
,
3
00
)
.
setVolume
(
0.5f
)
.
build
();
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/OutTimeInterstitial.java
View file @
f0666051
...
...
@@ -117,7 +117,7 @@ public class OutTimeInterstitial {
GMAdSlotInterstitial
adSlotInterstitial
=
new
GMAdSlotInterstitial
.
Builder
()
.
setGMAdSlotBaiduOption
(
GMAdOptionUtil
.
getGMAdSlotBaiduOption
().
build
())
.
setGMAdSlotGDTOption
(
GMAdOptionUtil
.
getGMAdSlotGDTOption
().
build
())
.
setImageAdSize
(
600
,
6
00
)
.
setImageAdSize
(
300
,
3
00
)
.
setVolume
(
0.5f
)
.
build
();
...
...
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