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
cc89c63a
Commit
cc89c63a
authored
Aug 22, 2023
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
c73066aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
build.gradle
video/app/build.gradle
+2
-2
NineActivity.kt
...ain/java/com/mints/helivideo/ui/activitys/NineActivity.kt
+2
-0
No files found.
video/app/build.gradle
View file @
cc89c63a
...
@@ -12,8 +12,8 @@ android {
...
@@ -12,8 +12,8 @@ android {
applicationId
"com.mints.helivideo"
applicationId
"com.mints.helivideo"
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
1
3
versionCode
1
4
versionName
"1.1.
2
"
versionName
"1.1.
3
"
flavorDimensions
"default"
flavorDimensions
"default"
// dex突破65535的限制
// dex突破65535的限制
...
...
video/app/src/main/java/com/mints/helivideo/ui/activitys/NineActivity.kt
View file @
cc89c63a
...
@@ -179,7 +179,9 @@ class NineActivity : BaseActivity(), View.OnClickListener, NineView {
...
@@ -179,7 +179,9 @@ class NineActivity : BaseActivity(), View.OnClickListener, NineView {
if
(
isAdShow
)
{
if
(
isAdShow
)
{
tv_nine_count
.
visibility
=
View
.
VISIBLE
tv_nine_count
.
visibility
=
View
.
VISIBLE
tv_nine_count
.
text
=
"${data.complete}/${data.need}次"
tv_nine_count
.
text
=
"${data.complete}/${data.need}次"
btn_action
.
setBackgroundResource
(
R
.
mipmap
.
ic_luckly_btn
)
}
else
{
}
else
{
btn_action
.
setBackgroundResource
(
R
.
mipmap
.
ic_lucky_vedio
)
tv_nine_count
.
visibility
=
View
.
GONE
tv_nine_count
.
visibility
=
View
.
GONE
}
}
}
}
...
...
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