|
|
@@ -3,6 +3,7 @@ package com.sheep.gamegroup.view.activity;
|
|
|
import android.os.Bundle;
|
|
|
import android.support.annotation.Nullable;
|
|
|
import android.webkit.WebView;
|
|
|
+import android.widget.ImageView;
|
|
|
import android.widget.TextView;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
@@ -12,6 +13,7 @@ import com.sheep.gamegroup.absBase.BaseActivity;
|
|
|
import com.sheep.gamegroup.model.entity.BaseMessage;
|
|
|
import com.sheep.gamegroup.model.entity.NewAboutUs;
|
|
|
import com.sheep.gamegroup.model.util.SheepSubscriber;
|
|
|
+import com.sheep.gamegroup.util.GlideImageLoader;
|
|
|
import com.sheep.gamegroup.util.LogUtil;
|
|
|
import com.sheep.gamegroup.util.ViewUtil;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
@@ -46,6 +48,7 @@ public class ActNewAboutUs extends BaseActivity {
|
|
|
TitleBarUtils.getInstance()
|
|
|
.setTitle(this,"关于小绵羊")
|
|
|
.setTitleFinish(this);
|
|
|
+ GlideImageLoader.displayImage(this, about_us_iv, "http://cdngame.kuaifazs.com/icon_phone.png");
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
@@ -83,6 +86,10 @@ public class ActNewAboutUs extends BaseActivity {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+ @BindView(R.id.about_us_iv)
|
|
|
+ ImageView about_us_iv;
|
|
|
+
|
|
|
+
|
|
|
@BindView(R.id.about_us_addr_tv)
|
|
|
TextView about_us_addr_tv;//相关信息--官方地址
|
|
|
@BindView(R.id.about_us_platform_tv)
|