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
01f2827f
Commit
01f2827f
authored
Oct 12, 2019
by
linfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱包bug修复
parent
d5efaeac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
ConsumeListAdapter.java
...main/java/com/xxrv/wallet/adapter/ConsumeListAdapter.java
+3
-0
item_consume.xml
plugin_wallet/src/main/res/layout/item_consume.xml
+3
-3
No files found.
plugin_wallet/src/main/java/com/xxrv/wallet/adapter/ConsumeListAdapter.java
View file @
01f2827f
...
...
@@ -36,6 +36,9 @@ public class ConsumeListAdapter extends BaseQuickAdapter<ConsumeListBean.Consume
case
12
:
helper
.
setText
(
R
.
id
.
tv_consume_name
,
"购买"
);
break
;
case
13
:
helper
.
setText
(
R
.
id
.
tv_consume_name
,
"手续费"
);
break
;
default
:
break
;
}
...
...
plugin_wallet/src/main/res/layout/item_consume.xml
View file @
01f2827f
...
...
@@ -24,14 +24,14 @@
android:id=
"@+id/tv_consume_name"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
11
"
android:text=
""
android:textSize=
"@dimen/sp_14"
/>
<TextView
android:id=
"@+id/tv_income_time"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
11
"
android:text=
""
android:textColor=
"@color/colorGray"
android:textSize=
"@dimen/text_10"
/>
...
...
@@ -44,7 +44,7 @@
android:layout_gravity=
"right"
android:layout_marginRight=
"@dimen/text_10"
android:gravity=
"right|center_vertical"
android:text=
"
11
"
android:text=
""
android:textColor=
"@color/gray_707070"
android:textSize=
"@dimen/sp_14"
/>
</LinearLayout>
...
...
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