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
64455269
Commit
64455269
authored
Nov 18, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整手动添加注册码的样式
parent
00389b74
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
12 deletions
+17
-12
rv_act_bing_phone.xml
module_home/src/main/res/layout/rv_act_bing_phone.xml
+7
-4
rv_act_registered.xml
module_home/src/main/res/layout/rv_act_registered.xml
+5
-4
share_bg_button_copy.xml
plugin_share/src/main/res/drawable/share_bg_button_copy.xml
+1
-1
activity_share.xml
plugin_share/src/main/res/layout/activity_share.xml
+4
-3
No files found.
module_home/src/main/res/layout/rv_act_bing_phone.xml
View file @
64455269
...
@@ -110,14 +110,17 @@
...
@@ -110,14 +110,17 @@
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
<View
<View
android:layout_marginBottom=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_10"
android:layout_width=
"@dimen/size_half"
android:layout_width=
"@dimen/size_half"
android:layout_height=
"@dimen/size_30"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"@dimen/size_8"
android:background=
"@color/textGray"
/>
android:background=
"@color/colorMain"
/>
<TextView
<TextView
android:layout_marginLeft=
"@dimen/dp_10"
android:layout_marginRight=
"@dimen/dp_10"
android:id=
"@+id/tv_get_code"
android:id=
"@+id/tv_get_code"
android:layout_width=
"
@dimen/size_100
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:gravity=
"center"
android:gravity=
"center"
...
...
module_home/src/main/res/layout/rv_act_registered.xml
View file @
64455269
...
@@ -114,12 +114,13 @@
...
@@ -114,12 +114,13 @@
android:layout_marginTop=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_10"
android:layout_width=
"@dimen/size_half"
android:layout_width=
"@dimen/size_half"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"@dimen/size_8"
android:background=
"@color/textGray"
/>
android:background=
"@color/textGray"
/>
<TextView
<TextView
android:layout_marginLeft=
"@dimen/dp_10"
android:layout_marginRight=
"@dimen/dp_10"
android:id=
"@+id/tv_get_code"
android:id=
"@+id/tv_get_code"
android:layout_width=
"
@dimen/size_100
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:gravity=
"center"
android:gravity=
"center"
...
@@ -174,11 +175,11 @@
...
@@ -174,11 +175,11 @@
<ImageView
<ImageView
android:id=
"@+id/iv_clear_pwd"
android:id=
"@+id/iv_clear_pwd"
android:layout_width=
"
41
dp"
android:layout_width=
"
33
dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:paddingLeft=
"@dimen/dp_10"
android:paddingLeft=
"@dimen/dp_10"
android:paddingTop=
"@dimen/dp_10"
android:paddingTop=
"@dimen/dp_10"
android:paddingRight=
"@dimen/
size_18
"
android:paddingRight=
"@dimen/
dp_10
"
android:paddingBottom=
"@dimen/dp_10"
android:paddingBottom=
"@dimen/dp_10"
android:src=
"@drawable/selector_rv_pwd"
/>
android:src=
"@drawable/selector_rv_pwd"
/>
...
...
plugin_share/src/main/res/drawable/share_bg_button_copy.xml
View file @
64455269
...
@@ -3,6 +3,6 @@
...
@@ -3,6 +3,6 @@
<corners
android:radius=
"30dp"
/>
<corners
android:radius=
"30dp"
/>
<solid
android:color=
"@color/white"
/>
<solid
android:color=
"@color/white"
/>
<stroke
<stroke
android:width=
"
@dimen/size_1
"
android:width=
"
1px
"
android:color=
"@color/gray_FFB74B"
/>
android:color=
"@color/gray_FFB74B"
/>
</shape>
</shape>
\ No newline at end of file
plugin_share/src/main/res/layout/activity_share.xml
View file @
64455269
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
android:layout_marginBottom=
"@dimen/size_16"
android:layout_marginBottom=
"@dimen/size_16"
android:text=
"我的邀请码"
android:text=
"我的邀请码"
android:textColor=
"@color/textMain"
android:textColor=
"@color/textMain"
android:textSize=
"@dimen/sp_1
4
"
/>
android:textSize=
"@dimen/sp_1
6
"
/>
<TextView
<TextView
android:id=
"@+id/tv_share_code"
android:id=
"@+id/tv_share_code"
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
android:layout_toLeftOf=
"@id/btn_code_copy"
android:layout_toLeftOf=
"@id/btn_code_copy"
android:text=
"TJKLLDS"
android:text=
"TJKLLDS"
android:textColor=
"@color/textGray"
android:textColor=
"@color/textGray"
android:textSize=
"@dimen/
text_12
"
/>
android:textSize=
"@dimen/
sp_14
"
/>
<Button
<Button
android:id=
"@+id/btn_code_copy"
android:id=
"@+id/btn_code_copy"
...
@@ -88,7 +88,8 @@
...
@@ -88,7 +88,8 @@
android:gravity=
"center"
android:gravity=
"center"
android:text=
"复制"
android:text=
"复制"
android:textColor=
"@color/gray_FFB74B"
android:textColor=
"@color/gray_FFB74B"
android:textSize=
"@dimen/sp_12"
/>
android:textSize=
"@dimen/sp_12"
style=
"?android:attr/borderlessButtonStyle"
/>
</RelativeLayout>
</RelativeLayout>
...
...
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