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
8d7807dc
Commit
8d7807dc
authored
Dec 24, 2019
by
linfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱包
parent
9bff3d9e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
15 deletions
+12
-15
DetailPatActivity.java
...main/java/com/xxfc/discovery/other/DetailPatActivity.java
+0
-2
OrderListActivity.java
.../home/rv/module/ui/main/home/order/OrderListActivity.java
+2
-2
WalletActivity.java
...rc/main/java/com/xxrv/wallet/activity/WalletActivity.java
+2
-0
rv_dialog_third_party_binding.xml
...let/src/main/res/layout/rv_dialog_third_party_binding.xml
+8
-11
No files found.
module_discovery/src/main/java/com/xxfc/discovery/other/DetailPatActivity.java
View file @
8d7807dc
...
@@ -240,8 +240,6 @@ public class DetailPatActivity extends BaseStatusActivity<DiscoveryPresenter> {
...
@@ -240,8 +240,6 @@ public class DetailPatActivity extends BaseStatusActivity<DiscoveryPresenter> {
// headMap.put("Authorization", OkGoUtil.getToken());
// headMap.put("Authorization", OkGoUtil.getToken());
// headMap.put("content-type ","application/json");
// headMap.put("content-type ","application/json");
}
}
});
});
Window
window
=
trillCommentInputDialog
.
getWindow
();
Window
window
=
trillCommentInputDialog
.
getWindow
();
...
...
module_home/src/main/java/com/rv/home/rv/module/ui/main/home/order/OrderListActivity.java
View file @
8d7807dc
...
@@ -63,14 +63,14 @@ public class OrderListActivity extends BaseStatusActivity<PickerPresenter> {
...
@@ -63,14 +63,14 @@ public class OrderListActivity extends BaseStatusActivity<PickerPresenter> {
protected
void
initView
(
Bundle
savedInstanceState
,
TitleView
titleView
,
Intent
intent
)
{
protected
void
initView
(
Bundle
savedInstanceState
,
TitleView
titleView
,
Intent
intent
)
{
menuPosition
=
intent
.
getIntExtra
(
"position"
,
0
);
menuPosition
=
intent
.
getIntExtra
(
"position"
,
0
);
titleView
.
setTitle
(
mActivity
.
getString
(
R
.
string
.
rv_my_order
));
titleView
.
setTitle
(
mActivity
.
getString
(
R
.
string
.
rv_my_order
));
/*
titleView.setText(R.id.tv_title_right, "开发票");
titleView
.
setText
(
R
.
id
.
tv_title_right
,
"开发票"
);
titleView
.
setChildClickListener
(
R
.
id
.
tv_title_right
,
new
View
.
OnClickListener
()
{
titleView
.
setChildClickListener
(
R
.
id
.
tv_title_right
,
new
View
.
OnClickListener
()
{
@Override
@Override
public
void
onClick
(
View
v
)
{
public
void
onClick
(
View
v
)
{
ARouter
.
getInstance
().
build
(
Constance
.
ACTIVITY_URL_INVOICINGACTIVITY
)
ARouter
.
getInstance
().
build
(
Constance
.
ACTIVITY_URL_INVOICINGACTIVITY
)
.
navigation
();
.
navigation
();
}
}
});
*/
});
initRecyclerView
();
initRecyclerView
();
initViewpager
();
initViewpager
();
...
...
plugin_wallet/src/main/java/com/xxrv/wallet/activity/WalletActivity.java
View file @
8d7807dc
...
@@ -92,6 +92,8 @@ public class WalletActivity extends BaseStatusActivity<WalletPresenter> implemen
...
@@ -92,6 +92,8 @@ public class WalletActivity extends BaseStatusActivity<WalletPresenter> implemen
initRxbus
();
initRxbus
();
userInfo
=
getUserInfo
();
userInfo
=
getUserInfo
();
dialog
=
new
ProgressDialog
(
this
);
dialog
=
new
ProgressDialog
(
this
);
showBindingDialog
();
}
}
private
void
initRxbus
()
{
private
void
initRxbus
()
{
...
...
plugin_wallet/src/main/res/layout/rv_dialog_third_party_binding.xml
View file @
8d7807dc
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/size_15"
android:layout_marginLeft=
"@dimen/size_15"
android:layout_marginRight=
"@dimen/size_15"
android:layout_marginRight=
"@dimen/size_15"
android:layout_marginBottom=
"@dimen/size_2
6
"
android:layout_marginBottom=
"@dimen/size_2
0
"
android:text=
"提现有2种方式,提现到微信零钱或支付宝余额。需至少绑定一种方式:"
android:text=
"提现有2种方式,提现到微信零钱或支付宝余额。需至少绑定一种方式:"
android:textColor=
"@color/textGray"
android:textColor=
"@color/textGray"
android:textSize=
"@dimen/size_16"
/>
android:textSize=
"@dimen/size_16"
/>
...
@@ -42,14 +42,13 @@
...
@@ -42,14 +42,13 @@
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
@dimen/size_100
"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<LinearLayout
<LinearLayout
android:id=
"@+id/ll_item_alipay"
android:id=
"@+id/ll_item_alipay"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_marginBottom=
"@dimen/size_15"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:gravity=
"center_horizontal"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
@@ -62,12 +61,10 @@
...
@@ -62,12 +61,10 @@
android:textSize=
"@dimen/text_16"
/>
android:textSize=
"@dimen/text_16"
/>
<ImageView
<ImageView
android:layout_width=
"@dimen/size_
5
0"
android:layout_width=
"@dimen/size_
4
0"
android:layout_height=
"@dimen/size_
5
0"
android:layout_height=
"@dimen/size_
4
0"
android:layout_marginTop=
"@dimen/size_10"
android:layout_marginTop=
"@dimen/size_10"
android:src=
"@drawable/common_icon_wallet_alipay"
/>
android:src=
"@drawable/common_icon_wallet_alipay"
/>
</LinearLayout>
</LinearLayout>
<View
<View
...
@@ -81,7 +78,7 @@
...
@@ -81,7 +78,7 @@
<LinearLayout
<LinearLayout
android:id=
"@+id/ll_item_wechat"
android:id=
"@+id/ll_item_wechat"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:gravity=
"center_horizontal"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
@@ -94,8 +91,8 @@
...
@@ -94,8 +91,8 @@
android:textSize=
"@dimen/text_16"
/>
android:textSize=
"@dimen/text_16"
/>
<ImageView
<ImageView
android:layout_width=
"@dimen/size_
5
0"
android:layout_width=
"@dimen/size_
4
0"
android:layout_height=
"@dimen/size_
5
0"
android:layout_height=
"@dimen/size_
4
0"
android:layout_marginTop=
"@dimen/size_10"
android:layout_marginTop=
"@dimen/size_10"
android:src=
"@drawable/common_icon_wallet_weiwx"
/>
android:src=
"@drawable/common_icon_wallet_weiwx"
/>
...
...
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