Commit f0666051 authored by mengcuiguang2's avatar mengcuiguang2

插屏大小修改

parent a7ccddb4
......@@ -114,7 +114,7 @@ public class Home_OutTimeInterstitial {
GMAdSlotInterstitial adSlotInterstitial = new GMAdSlotInterstitial.Builder()
.setGMAdSlotBaiduOption(GMAdOptionUtil.getGMAdSlotBaiduOption().build())
.setGMAdSlotGDTOption(GMAdOptionUtil.getGMAdSlotGDTOption().build())
.setImageAdSize(600, 600)
.setImageAdSize(300, 300)
.setVolume(0.5f)
.build();
......
......@@ -112,7 +112,7 @@ public class InSceneInterstitial {
GMAdSlotInterstitial adSlotInterstitial = new GMAdSlotInterstitial.Builder()
.setGMAdSlotBaiduOption(GMAdOptionUtil.getGMAdSlotBaiduOption().build())
.setGMAdSlotGDTOption(GMAdOptionUtil.getGMAdSlotGDTOption().build())
.setImageAdSize(600, 600)
.setImageAdSize(300, 300)
.setVolume(0.5f)
.build();
......
......@@ -140,7 +140,7 @@ public class Notice_OutSceneInterstitial {
GMAdSlotInterstitial adSlotInterstitial = new GMAdSlotInterstitial.Builder()
.setGMAdSlotBaiduOption(GMAdOptionUtil.getGMAdSlotBaiduOption().build())
.setGMAdSlotGDTOption(GMAdOptionUtil.getGMAdSlotGDTOption().build())
.setImageAdSize(600, 600)
.setImageAdSize(300, 300)
.setVolume(0.5f)
.build();
......
......@@ -136,7 +136,7 @@ public class OutSceneInterstitial {
GMAdSlotInterstitial adSlotInterstitial = new GMAdSlotInterstitial.Builder()
.setGMAdSlotBaiduOption(GMAdOptionUtil.getGMAdSlotBaiduOption().build())
.setGMAdSlotGDTOption(GMAdOptionUtil.getGMAdSlotGDTOption().build())
.setImageAdSize(600, 600)
.setImageAdSize(300, 300)
.setVolume(0.5f)
.build();
......
......@@ -117,7 +117,7 @@ public class OutTimeInterstitial {
GMAdSlotInterstitial adSlotInterstitial = new GMAdSlotInterstitial.Builder()
.setGMAdSlotBaiduOption(GMAdOptionUtil.getGMAdSlotBaiduOption().build())
.setGMAdSlotGDTOption(GMAdOptionUtil.getGMAdSlotGDTOption().build())
.setImageAdSize(600, 600)
.setImageAdSize(300, 300)
.setVolume(0.5f)
.build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment