Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vediosocial
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_vediosocial
Commits
41a35b14
Commit
41a35b14
authored
Jan 14, 2025
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
a3d14d7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
build.gradle
video/app/build.gradle
+4
-0
EditProfileActivity.kt
...com/duben/roseplaylet/ui/activitys/EditProfileActivity.kt
+4
-2
gradle.properties
video/gradle.properties
+1
-1
No files found.
video/app/build.gradle
View file @
41a35b14
...
@@ -45,6 +45,10 @@ android {
...
@@ -45,6 +45,10 @@ android {
]
]
}
}
dexOptions
{
javaMaxHeapSize
"4g"
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
...
...
video/app/src/main/java/com/duben/roseplaylet/ui/activitys/EditProfileActivity.kt
View file @
41a35b14
...
@@ -150,10 +150,12 @@ class EditProfileActivity : BaseActivity(), View.OnClickListener, EditProfileVie
...
@@ -150,10 +150,12 @@ class EditProfileActivity : BaseActivity(), View.OnClickListener, EditProfileVie
GlideUtils
.
loadImageView
(
this
@EditProfileActivity
,
it
.
headerUrl
,
ivAvatar
)
GlideUtils
.
loadImageView
(
this
@EditProfileActivity
,
it
.
headerUrl
,
ivAvatar
)
tvNickname
.
setText
(
""
+
it
.
nickName
)
tvNickname
.
setText
(
""
+
it
.
nickName
)
tvSign
.
text
=
it
.
introduce
tvSign
.
text
=
it
.
introduce
tvJyjm
.
text
=
it
.
interest
tvAge
.
text
=
it
.
birthday
tvAge
.
text
=
it
.
birthday
tvJob
.
text
=
it
.
career
tvJob
.
text
=
it
.
career
tvHeight
.
text
=
it
.
userHeight
tvHeight
.
text
=
it
.
userHeight
tvWeight
.
text
=
it
.
bodyWeight
tvWeight
.
text
=
it
.
bodyWeight
tvJyfw
.
text
=
it
.
findCity
if
(
userManager
.
userSex
==
"1"
)
{
if
(
userManager
.
userSex
==
"1"
)
{
initMale
()
initMale
()
...
@@ -478,8 +480,8 @@ class EditProfileActivity : BaseActivity(), View.OnClickListener, EditProfileVie
...
@@ -478,8 +480,8 @@ class EditProfileActivity : BaseActivity(), View.OnClickListener, EditProfileVie
mSinglePickDialog
?.
setPickResultListener
(
object
:
mSinglePickDialog
?.
setPickResultListener
(
object
:
SinglePickDialog
.
OnPickResultListener
{
SinglePickDialog
.
OnPickResultListener
{
override
fun
onPickResult
(
result
:
String
)
{
override
fun
onPickResult
(
result
:
String
)
{
userProfileData
?.
interest
=
result
userProfileData
?.
career
=
result
tvJ
yjm
.
text
=
result
tvJ
ob
.
text
=
result
}
}
})
})
mSinglePickDialog
?.
show
()
mSinglePickDialog
?.
show
()
...
...
video/gradle.properties
View file @
41a35b14
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# Specifies the JVM arguments used for the daemon process.
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs
=
-Xmx
2058
m
org.gradle.jvmargs
=
-Xmx
4096
m
android.injected.testOnly
=
false
android.injected.testOnly
=
false
android.useAndroidX
=
true
android.useAndroidX
=
true
...
...
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