Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
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
1
Merge Requests
1
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
lify
RvApp
Commits
091eaeeb
Commit
091eaeeb
authored
Dec 19, 2019
by
linfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱包微信提现
parent
62f3504a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
23 deletions
+2
-23
MainActivity.java
RvClient/src/main/java/com/xxfc/rv/MainActivity.java
+0
-21
activity_reative_bill.xml
plugin_share/src/main/res/layout/activity_reative_bill.xml
+2
-1
SetPayPwdActivity2.java
...ain/java/com/xxrv/wallet/activity/SetPayPwdActivity2.java
+0
-1
No files found.
RvClient/src/main/java/com/xxfc/rv/MainActivity.java
View file @
091eaeeb
...
...
@@ -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
)
{
...
...
plugin_share/src/main/res/layout/activity_reative_bill.xml
View file @
091eaeeb
...
...
@@ -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"
...
...
plugin_wallet/src/main/java/com/xxrv/wallet/activity/SetPayPwdActivity2.java
View file @
091eaeeb
...
...
@@ -88,7 +88,6 @@ public class SetPayPwdActivity2 extends BaseStatusActivity<CommonPresenter> {
edtPwd4
.
addTextChangedListener
(
watcher
);
edtPwd5
.
addTextChangedListener
(
watcher
);
edtPwd6
.
addTextChangedListener
(
watcher
);
}
private
TextWatcher
watcher
=
new
TextWatcher
()
{
...
...
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