Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
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
android
android_vedio
Commits
77b324e6
Commit
77b324e6
authored
Jun 25, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
d26683c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
AlipayLoginActivity.kt
...m/duben/supertheateru/ui/activitys/AlipayLoginActivity.kt
+1
-1
activity_alipay_login.xml
video/app/src/main/res/layout/activity_alipay_login.xml
+2
-3
No files found.
video/app/src/main/java/com/duben/supertheateru/ui/activitys/AlipayLoginActivity.kt
View file @
77b324e6
...
@@ -32,7 +32,7 @@ class AlipayLoginActivity : BaseActivity(), View.OnClickListener {
...
@@ -32,7 +32,7 @@ class AlipayLoginActivity : BaseActivity(), View.OnClickListener {
private
var
isCheckAgree
=
false
private
var
isCheckAgree
=
false
override
fun
getContentViewLayoutID
()
=
R
.
layout
.
activity_
wx
_login
override
fun
getContentViewLayoutID
()
=
R
.
layout
.
activity_
alipay
_login
override
fun
toggleOverridePendingTransition
()
=
true
override
fun
toggleOverridePendingTransition
()
=
true
...
...
video/app/src/main/res/layout/activity_
wx
_login.xml
→
video/app/src/main/res/layout/activity_
alipay
_login.xml
View file @
77b324e6
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<RelativeLayout
<RelativeLayout
android:id=
"@+id/rlLoginWx"
android:id=
"@+id/rlLoginWx"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"5
2
dp"
android:layout_height=
"5
6
dp"
android:layout_gravity=
"center_horizontal"
android:layout_gravity=
"center_horizontal"
android:layout_marginLeft=
"40dp"
android:layout_marginLeft=
"40dp"
android:layout_marginTop=
"230dp"
android:layout_marginTop=
"230dp"
...
@@ -52,11 +52,10 @@
...
@@ -52,11 +52,10 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_centerInParent=
"true"
android:drawablePadding=
"10dp"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:text=
"支付宝登录"
android:text=
"支付宝登录"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"1
4
sp"
/>
android:textSize=
"1
8
sp"
/>
</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