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
f8c27421
Commit
f8c27421
authored
Oct 16, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传未提交的图片
parent
e377abd8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
shape_rv_bg_open_diamond_member.xml
...src/main/res/drawable/shape_rv_bg_open_diamond_member.xml
+5
-0
shape_rv_bg_open_gold_member.xml
...er/src/main/res/drawable/shape_rv_bg_open_gold_member.xml
+5
-0
shape_rv_bg_open_normal_member.xml
.../src/main/res/drawable/shape_rv_bg_open_normal_member.xml
+5
-0
No files found.
plugin_member/src/main/res/drawable/shape_rv_bg_open_diamond_member.xml
0 → 100644
View file @
f8c27421
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<corners
android:radius=
"30dp"
/>
<solid
android:color=
"#4F4F50"
/>
</shape>
\ No newline at end of file
plugin_member/src/main/res/drawable/shape_rv_bg_open_gold_member.xml
0 → 100644
View file @
f8c27421
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<corners
android:radius=
"30dp"
/>
<solid
android:color=
"#DDBA78"
/>
</shape>
\ No newline at end of file
plugin_member/src/main/res/drawable/shape_rv_bg_open_normal_member.xml
0 → 100644
View file @
f8c27421
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<corners
android:radius=
"30dp"
/>
<solid
android:color=
"#9698A3"
/>
</shape>
\ No newline at end of file
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