Commit 5b380996 authored by mengcuiguang's avatar mengcuiguang

修改自有代码位需求

parent 60f5e048
...@@ -32,9 +32,9 @@ public class TtCsjAdManager { ...@@ -32,9 +32,9 @@ public class TtCsjAdManager {
public static String TT_AD_VEDIO_ERASE = "945562037";// 刮刮乐 public static String TT_AD_VEDIO_ERASE = "945562037";// 刮刮乐
public static String TT_AD_VEDIO_TURNABLE = "945562039";// 大转盘 public static String TT_AD_VEDIO_TURNABLE = "945562039";// 大转盘
public static String TT_AD_VEDIO_MOREDIALOG = "945562040";// 气泡 public static String TT_AD_VEDIO_MOREDIALOG = "945562040";// 气泡
public static String TT_AD_VEDIO_SIGN = "945562040";// 签到 public static String TT_AD_VEDIO_SIGN = "945730109";// 签到
public static String TT_AD_VEDIO_OFFINELINE = "945562040";// 离线弹框 public static String TT_AD_VEDIO_OFFINELINE = "945730111";// 离线弹框
public static String TT_AD_VEDIO_BLESSINGBAG = "945562040";// 福袋 public static String TT_AD_VEDIO_BLESSINGBAG = "945730117";// 福袋
public static String TT_AD_VEDIO_GAME = "945562067";// 猎豹 public static String TT_AD_VEDIO_GAME = "945562067";// 猎豹
public static String TT_AD_VEDIO_JULEYUN = "945675529";// 聚乐云 public static String TT_AD_VEDIO_JULEYUN = "945675529";// 聚乐云
/*信息流*/ /*信息流*/
...@@ -122,8 +122,6 @@ public class TtCsjAdManager { ...@@ -122,8 +122,6 @@ public class TtCsjAdManager {
TT_AD_VEDIO_SIGN = idBean.getCsjv3(); TT_AD_VEDIO_SIGN = idBean.getCsjv3();
// banner // banner
TT_AD_BANNER_MY = idBean.getCsjv4(); TT_AD_BANNER_MY = idBean.getCsjv4();
loadShareChannel(idBean);
return; return;
} }
...@@ -156,7 +154,6 @@ public class TtCsjAdManager { ...@@ -156,7 +154,6 @@ public class TtCsjAdManager {
// banner // banner
TT_AD_BANNER_MY = "945666042"; TT_AD_BANNER_MY = "945666042";
loadShareChannel(null);
return; return;
} }
...@@ -174,12 +171,11 @@ public class TtCsjAdManager { ...@@ -174,12 +171,11 @@ public class TtCsjAdManager {
TT_AD_VEDIO_ERASE = "945562037"; TT_AD_VEDIO_ERASE = "945562037";
TT_AD_VEDIO_TURNABLE = "945562039"; TT_AD_VEDIO_TURNABLE = "945562039";
TT_AD_VEDIO_MOREDIALOG = "945562040"; TT_AD_VEDIO_MOREDIALOG = "945562040";
TT_AD_VEDIO_OFFINELINE = "945562040"; TT_AD_VEDIO_OFFINELINE = "945730111";
TT_AD_VEDIO_SIGN = "945562040"; TT_AD_VEDIO_BLESSINGBAG = "945730117";
TT_AD_VEDIO_BLESSINGBAG = "945562040"; TT_AD_VEDIO_SIGN = "945730109";
// banner // banner
TT_AD_BANNER_MY = "945661050"; TT_AD_BANNER_MY = "945661050";
loadShareChannel(null);
} }
/** /**
...@@ -191,8 +187,8 @@ public class TtCsjAdManager { ...@@ -191,8 +187,8 @@ public class TtCsjAdManager {
if (idBean != null) { if (idBean != null) {
if (!TextUtils.isEmpty(AppConfig.user_register_channel) && if (!TextUtils.isEmpty(AppConfig.user_register_channel) &&
AppConfig.user_register_channel.contains("share")) { AppConfig.user_register_channel.contains("share")) {
TT_AD_VEDIO_OFFINELINE = idBean.getSharecsjv2();
TT_AD_VEDIO_BLESSINGBAG = idBean.getSharecsjv1(); TT_AD_VEDIO_BLESSINGBAG = idBean.getSharecsjv1();
TT_AD_VEDIO_OFFINELINE = idBean.getSharecsjv2();
TT_AD_VEDIO_SIGN = idBean.getSharecsjv3(); TT_AD_VEDIO_SIGN = idBean.getSharecsjv3();
} }
} else { } else {
......
...@@ -27,9 +27,9 @@ object YlhAdManager { ...@@ -27,9 +27,9 @@ object YlhAdManager {
var YLH_AD_VEDIO_ERASE_POSTID = "9061142700180449" //挑战刮刮乐 var YLH_AD_VEDIO_ERASE_POSTID = "9061142700180449" //挑战刮刮乐
var YLH_AD_VEDIO_TURNABLE_POSTID = "5051746700185561" //大转盘 var YLH_AD_VEDIO_TURNABLE_POSTID = "5051746700185561" //大转盘
var YLH_AD_VEDIO_MOREDIALOG_POSTID = "9001346780383626" //气泡 var YLH_AD_VEDIO_MOREDIALOG_POSTID = "9001346780383626" //气泡
var YLH_AD_VEDIO_SIGN_POSTID = "9001346780383626" //签到 var YLH_AD_VEDIO_SIGN_POSTID = "2091354158635490" //签到
var YLH_AD_VEDIO_OFFINELINE_POSTID = "9001346780383626" //离线弹框 var YLH_AD_VEDIO_OFFINELINE_POSTID = "2031954198632389" //离线弹框
var YLH_AD_VEDIO_BLESSINGBAG_POSTID = "9001346780383626" //福袋 var YLH_AD_VEDIO_BLESSINGBAG_POSTID = "1081758148138388" //福袋
var YLH_AD_VEDIO_GAME_POSTID = "9051646750686770" //猎豹游戏 var YLH_AD_VEDIO_GAME_POSTID = "9051646750686770" //猎豹游戏
var YLH_AD_VEDIO_JULEYUN_POSTID = "1011746770898338" //聚乐云 var YLH_AD_VEDIO_JULEYUN_POSTID = "1011746770898338" //聚乐云
...@@ -67,7 +67,6 @@ object YlhAdManager { ...@@ -67,7 +67,6 @@ object YlhAdManager {
YLH_AD_VEDIO_SIGN_POSTID = idBean.ylhv2 YLH_AD_VEDIO_SIGN_POSTID = idBean.ylhv2
YLH_AD_VEDIO_OFFINELINE_POSTID = idBean.ylhv2 YLH_AD_VEDIO_OFFINELINE_POSTID = idBean.ylhv2
loadShareChannel(idBean)
return return
} }
...@@ -92,7 +91,6 @@ object YlhAdManager { ...@@ -92,7 +91,6 @@ object YlhAdManager {
YLH_AD_VEDIO_SIGN_POSTID = "7091944614237712" YLH_AD_VEDIO_SIGN_POSTID = "7091944614237712"
YLH_AD_VEDIO_BLESSINGBAG_POSTID = "7091944614237712" YLH_AD_VEDIO_BLESSINGBAG_POSTID = "7091944614237712"
YLH_AD_VEDIO_OFFINELINE_POSTID = "7091944614237712" YLH_AD_VEDIO_OFFINELINE_POSTID = "7091944614237712"
loadShareChannel(null)
return return
} }
...@@ -106,11 +104,10 @@ object YlhAdManager { ...@@ -106,11 +104,10 @@ object YlhAdManager {
YLH_AD_VEDIO_ERASE_POSTID = "9061142700180449" YLH_AD_VEDIO_ERASE_POSTID = "9061142700180449"
YLH_AD_VEDIO_TURNABLE_POSTID = "5051746700185561" YLH_AD_VEDIO_TURNABLE_POSTID = "5051746700185561"
YLH_AD_VEDIO_MOREDIALOG_POSTID = "9001346780383626" YLH_AD_VEDIO_MOREDIALOG_POSTID = "9001346780383626"
YLH_AD_VEDIO_SIGN_POSTID = "9001346780383626" YLH_AD_VEDIO_BLESSINGBAG_POSTID = "1081758148138388"
YLH_AD_VEDIO_BLESSINGBAG_POSTID = "9001346780383626" YLH_AD_VEDIO_SIGN_POSTID = "2091354158635490"
YLH_AD_VEDIO_OFFINELINE_POSTID = "9001346780383626" YLH_AD_VEDIO_OFFINELINE_POSTID = "2031954198632389"
loadShareChannel(null)
} }
/** /**
...@@ -123,8 +120,8 @@ object YlhAdManager { ...@@ -123,8 +120,8 @@ object YlhAdManager {
if (!TextUtils.isEmpty(AppConfig.user_register_channel) && if (!TextUtils.isEmpty(AppConfig.user_register_channel) &&
AppConfig.user_register_channel.contains("share")) { AppConfig.user_register_channel.contains("share")) {
YLH_AD_VEDIO_BLESSINGBAG_POSTID = idBean.shareylhv1 YLH_AD_VEDIO_BLESSINGBAG_POSTID = idBean.shareylhv1
YLH_AD_VEDIO_SIGN_POSTID = idBean.shareylhv3
YLH_AD_VEDIO_OFFINELINE_POSTID = idBean.shareylhv2 YLH_AD_VEDIO_OFFINELINE_POSTID = idBean.shareylhv2
YLH_AD_VEDIO_SIGN_POSTID = idBean.shareylhv3
} }
} else { } else {
if (!TextUtils.isEmpty(AppConfig.user_register_channel) && if (!TextUtils.isEmpty(AppConfig.user_register_channel) &&
......
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
android:background="@color/white" android:background="@color/white"
android:orientation="vertical"> android:orientation="vertical">
<com.shehuan.niv.NiceImageView <ImageView
android:id="@+id/ivKylPage" android:id="@+id/ivKylPage"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="180dp" android:layout_height="180dp"
android:scaleType="fitXY" android:scaleType="fitXY"
android:src="@mipmap/bg_eat" android:src="@mipmap/bg_eat"/>
app:corner_radius="10dp"/>
<TextView <TextView
android:id="@+id/tvKylPageContent" android:id="@+id/tvKylPageContent"
...@@ -28,4 +27,17 @@ ...@@ -28,4 +27,17 @@
android:textSize="14sp" android:textSize="14sp"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView
android:visibility="gone"
android:id="@+id/tvKylPagecount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginBottom="6dp"
android:drawableLeft="@mipmap/ic_headset"
android:drawablePadding="6dp"
android:gravity="center_vertical"
android:text="7.2亿"
android:textColor="@color/color_AAA"
android:textSize="12sp" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:background="@color/white"
android:orientation="vertical">
<ImageView
android:id="@+id/ivXmlyPage"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="300dp"
android:scaleType="fitXY"
android:src="@mipmap/bg_eat" />
<TextView
android:id="@+id/tvXmlyPageContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="6dp" android:layout_margin="4dp"
android:ellipsize="end" android:background="@color/white"
android:lines="1" android:orientation="vertical">
android:singleLine="true"
android:text="123213112321311232131123213112321311232131123213112321311232131123213112321311232131"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold" />
<TextView <ImageView
android:visibility="gone" android:id="@+id/ivXmlyPage"
android:id="@+id/tvXmlyPagecount" android:layout_width="match_parent"
android:layout_width="wrap_content" android:layout_height="180dp"
android:layout_height="wrap_content" android:scaleType="fitXY"
android:layout_marginLeft="6dp" android:src="@mipmap/bg_eat" />
android:layout_marginBottom="6dp"
android:drawableLeft="@mipmap/ic_headset" <TextView
android:drawablePadding="6dp" android:id="@+id/tvXmlyPageContent"
android:gravity="center_vertical" android:layout_width="wrap_content"
android:text="7.2亿" android:layout_height="wrap_content"
android:textColor="@color/color_AAA" android:layout_margin="6dp"
android:textSize="12sp" /> android:ellipsize="end"
android:lines="1"
android:singleLine="true"
android:text="123213112321311232131123213112321311232131123213112321311232131123213112321311232131"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tvXmlyPagecount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginBottom="6dp"
android:drawableLeft="@mipmap/ic_headset"
android:drawablePadding="6dp"
android:gravity="center_vertical"
android:text="7.2亿"
android:textColor="@color/color_AAA"
android:textSize="12sp" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
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