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
ca6ebcc7
Commit
ca6ebcc7
authored
Oct 17, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员模块促成人输入框样式
parent
5c3ed8de
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
InviterPhoneDialog.java
.../src/main/java/com/rv.member/view/InviterPhoneDialog.java
+1
-0
shape_rv_bg_inviter_phone.xml
...ember/src/main/res/drawable/shape_rv_bg_inviter_phone.xml
+1
-1
dialog_inviter_phone.xml
plugin_member/src/main/res/layout/dialog_inviter_phone.xml
+7
-4
No files found.
plugin_member/src/main/java/com/rv.member/view/InviterPhoneDialog.java
View file @
ca6ebcc7
...
@@ -23,6 +23,7 @@ public class InviterPhoneDialog extends BaseDialog {
...
@@ -23,6 +23,7 @@ public class InviterPhoneDialog extends BaseDialog {
public
InviterPhoneDialog
(
@NonNull
final
Context
context
,
String
phone
,
final
InputListener
listener
)
{
public
InviterPhoneDialog
(
@NonNull
final
Context
context
,
String
phone
,
final
InputListener
listener
)
{
super
(
context
);
super
(
context
);
setCancelable
(
false
);
setDialogParams
(
ViewGroup
.
LayoutParams
.
MATCH_PARENT
,
ViewGroup
.
LayoutParams
.
WRAP_CONTENT
,
Gravity
.
CENTER
);
setDialogParams
(
ViewGroup
.
LayoutParams
.
MATCH_PARENT
,
ViewGroup
.
LayoutParams
.
WRAP_CONTENT
,
Gravity
.
CENTER
);
edtInviterPhone
=
findViewById
(
R
.
id
.
edt_inviter_phone
);
edtInviterPhone
=
findViewById
(
R
.
id
.
edt_inviter_phone
);
ivClose
=
findViewById
(
R
.
id
.
iv_close
);
ivClose
=
findViewById
(
R
.
id
.
iv_close
);
...
...
plugin_member/src/main/res/drawable/shape_rv_bg_inviter_phone.xml
View file @
ca6ebcc7
...
@@ -3,5 +3,5 @@
...
@@ -3,5 +3,5 @@
<!--背景颜色-->
<!--背景颜色-->
<solid
android:color=
"#F2F2F2"
/>
<solid
android:color=
"#F2F2F2"
/>
<!--设置圆角的角度-->
<!--设置圆角的角度-->
<corners
android:radius=
"
3
dp"
/>
<corners
android:radius=
"
5
dp"
/>
</shape>
</shape>
plugin_member/src/main/res/layout/dialog_inviter_phone.xml
View file @
ca6ebcc7
...
@@ -17,11 +17,13 @@
...
@@ -17,11 +17,13 @@
<ImageView
<ImageView
android:paddingLeft=
"@dimen/dp_10"
android:paddingTop=
"@dimen/dp_10"
android:id=
"@+id/iv_close"
android:id=
"@+id/iv_close"
android:layout_width=
"
wrap_content
"
android:layout_width=
"
@dimen/size_20
"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
@dimen/size_20
"
android:layout_gravity=
"right"
android:layout_gravity=
"right"
android:layout_marginTop=
"
1
3dp"
android:layout_marginTop=
"3dp"
android:src=
"@drawable/icon_member_close"
/>
android:src=
"@drawable/icon_member_close"
/>
<TextView
<TextView
...
@@ -30,7 +32,8 @@
...
@@ -30,7 +32,8 @@
android:layout_marginTop=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_10"
android:text=
"邀请人手机号"
android:text=
"邀请人手机号"
android:textColor=
"#171413"
android:textColor=
"#171413"
android:textSize=
"@dimen/text_20"
/>
android:textStyle=
"bold"
android:textSize=
"@dimen/text_16"
/>
<EditText
<EditText
android:id=
"@+id/edt_inviter_phone"
android:id=
"@+id/edt_inviter_phone"
...
...
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