Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
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
0
Merge Requests
0
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
bp
ShenghuoquanBusiness
Commits
cb81e549
Commit
cb81e549
authored
May 26, 2021
by
houzhenpu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:个人认证成功页面UI设计优化
parent
fc0c6f73
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
EnterpriseCertificationActivity.kt
...huoquan/newscontent/ui/EnterpriseCertificationActivity.kt
+3
-1
PersonalAuthenticationActivity.kt
...ghuoquan/newscontent/ui/PersonalAuthenticationActivity.kt
+3
-0
activity_personal_authentication.xml
.../src/main/res/layout/activity_personal_authentication.xml
+8
-7
top_bar.xml
Components/newscontent/src/main/res/layout/top_bar.xml
+0
-1
No files found.
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/ui/EnterpriseCertificationActivity.kt
View file @
cb81e549
...
@@ -26,7 +26,9 @@ class EnterpriseCertificationActivity : BaseActivity<ActivityEnterpriseCertifica
...
@@ -26,7 +26,9 @@ class EnterpriseCertificationActivity : BaseActivity<ActivityEnterpriseCertifica
viewBind
.
root
.
title
.
text
=
resources
.
getString
(
R
.
string
.
enterprise_certification
)
viewBind
.
root
.
title
.
text
=
resources
.
getString
(
R
.
string
.
enterprise_certification
)
viewBind
.
createLifeNumber
.
setOnClickListener
{
viewBind
.
createLifeNumber
.
setOnClickListener
{
startActivity
(
Intent
(
this
@EnterpriseCertificationActivity
,
PersonalAuthenticationActivity
::
class
.
java
))
startActivity
(
Intent
(
this
@EnterpriseCertificationActivity
,
PersonalAuthenticationActivity
::
class
.
java
))
}
viewBind
.
root
.
back
.
setOnClickListener
{
finish
()
}
}
}
}
}
}
\ No newline at end of file
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/ui/PersonalAuthenticationActivity.kt
View file @
cb81e549
...
@@ -23,5 +23,8 @@ class PersonalAuthenticationActivity : BaseActivity<ActivityPersonalAuthenticati
...
@@ -23,5 +23,8 @@ class PersonalAuthenticationActivity : BaseActivity<ActivityPersonalAuthenticati
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
super
.
onCreate
(
savedInstanceState
)
super
.
onCreate
(
savedInstanceState
)
viewBind
.
root
.
title
.
text
=
resources
.
getString
(
R
.
string
.
personal_authentication
)
viewBind
.
root
.
title
.
text
=
resources
.
getString
(
R
.
string
.
personal_authentication
)
viewBind
.
root
.
back
.
setOnClickListener
{
finish
()
}
}
}
}
}
\ No newline at end of file
Components/newscontent/src/main/res/layout/activity_personal_authentication.xml
View file @
cb81e549
...
@@ -192,6 +192,7 @@
...
@@ -192,6 +192,7 @@
android:textSize=
"16sp"
android:textSize=
"16sp"
android:paddingLeft=
"20dp"
android:paddingLeft=
"20dp"
android:paddingRight=
"20dp"
android:paddingRight=
"20dp"
android:paddingTop=
"4dp"
android:paddingBottom=
"7dp"
android:paddingBottom=
"7dp"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:layout_centerHorizontal=
"true"
android:layout_centerHorizontal=
"true"
...
@@ -201,20 +202,20 @@
...
@@ -201,20 +202,20 @@
<TextView
<TextView
android:id=
"@+id/turn_on_enterprise_certification"
android:id=
"@+id/turn_on_enterprise_certification"
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
44dp
"
android:text=
"@string/turn_on_enterprise_certification"
android:text=
"@string/turn_on_enterprise_certification"
android:layout_alignParentBottom=
"true"
android:layout_alignParentBottom=
"true"
android:textSize=
"1
6
sp"
android:textSize=
"1
8
sp"
android:
paddingLeft=
"2
0dp"
android:
layout_marginLeft=
"3
0dp"
android:
paddingRight=
"2
0dp"
android:
layout_marginRight=
"3
0dp"
android:paddingTop=
"7dp"
android:paddingTop=
"7dp"
android:paddingBottom=
"7dp"
android:paddingBottom=
"7dp"
android:layout_marginTop=
"30dp"
android:layout_marginTop=
"30dp"
android:layout_centerHorizontal=
"true"
android:layout_centerHorizontal=
"true"
android:textColor=
"#
1852F1
"
android:textColor=
"#
FFFFFF
"
android:layout_marginBottom=
"34dp"
android:layout_marginBottom=
"34dp"
android:background=
"@drawable/
shape_stroke2_radius18_skin_primary_1852f1
"
android:background=
"@drawable/
account_btn_gradient_bg
"
android:gravity=
"center"
/>
android:gravity=
"center"
/>
<TextView
<TextView
...
...
Components/newscontent/src/main/res/layout/top_bar.xml
View file @
cb81e549
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:background=
"@null"
android:background=
"@null"
android:onClick=
"onBackClicked"
android:paddingLeft=
"@dimen/back_button_padding_left"
android:paddingLeft=
"@dimen/back_button_padding_left"
android:paddingRight=
"@dimen/back_button_padding_right"
android:paddingRight=
"@dimen/back_button_padding_right"
android:scaleType=
"fitCenter"
android:scaleType=
"fitCenter"
...
...
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