Commit 091eaeeb authored by linfeng's avatar linfeng

钱包微信提现

parent 62f3504a
......@@ -737,8 +737,6 @@ public class MainActivity extends BaseActivity<CommonPresenter> implements DownL
/**
* 发布会活动
*/
int width2;
int height2;
private void showConferenceEvent(CodeInfoBean codeInfoBean) {
if (codeInfoBean == null || codeInfoBean.getData() == null) {
return;
......@@ -759,25 +757,6 @@ public class MainActivity extends BaseActivity<CommonPresenter> implements DownL
.apply(options)
.into(new TransformationUtils((ImageView) helper.getView(R.id.img_bg)));
// //获取图片真正的宽高
// Glide.with(MainActivity.this)
// .asBitmap()//强制Glide返回一个Bitmap对象
// .load(ImageUrl.IMG_APP_BG_ACTIVITY_50)
// .into(new SimpleTarget<Bitmap>() {
// @Override
// public void onResourceReady(@NonNull Bitmap bitmap, @Nullable Transition<? super Bitmap> transition) {
// width2 = bitmap.getWidth();
// height2 = bitmap.getHeight();
// }
// });
//
// Glide.with(MainActivity.this)
// .asBitmap()
// .load(ImageUrl.IMG_APP_BG_ACTIVITY_50)
// .apply(options)
// .into(new TransformationUtils10((ImageView) helper.getView(R.id.img_bg),width2,height2));
helper.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
......
......@@ -101,7 +101,8 @@
android:layout_height="wrap_content"
android:text="邀请你一起参加"
android:textColor="@color/text_Gray"
android:textSize="@dimen/text_10" />
android:textSize="@dimen/text_10"
android:visibility="gone" />
<TextView
android:id="@+id/tv_invitation_code"
......
......@@ -88,7 +88,6 @@ public class SetPayPwdActivity2 extends BaseStatusActivity<CommonPresenter> {
edtPwd4.addTextChangedListener(watcher);
edtPwd5.addTextChangedListener(watcher);
edtPwd6.addTextChangedListener(watcher);
}
private TextWatcher watcher = new TextWatcher() {
......
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