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
69243d80
Commit
69243d80
authored
Oct 07, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
6b13aeb9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
MusicFragment.kt
...in/java/com/duben/dayplaylet/ui/fragment/MusicFragment.kt
+11
-15
media_layout_quiz.xml
video/app/src/main/res/layout/media_layout_quiz.xml
+6
-0
No files found.
video/app/src/main/java/com/duben/dayplaylet/ui/fragment/MusicFragment.kt
View file @
69243d80
...
@@ -372,14 +372,8 @@ class MusicFragment : LazyLoadBaseFragment(), MusicView, View.OnClickListener {
...
@@ -372,14 +372,8 @@ class MusicFragment : LazyLoadBaseFragment(), MusicView, View.OnClickListener {
"answer -> "
+
answer
+
"nextIsAd -> "
+
mMusicBean
?.
nextIsAd
"answer -> "
+
answer
+
"nextIsAd -> "
+
mMusicBean
?.
nextIsAd
)
)
finger
.
setImageDrawable
(
null
)
finger
.
pauseAnimation
()
finger
.
visibility
=
View
.
GONE
mainHandler
.
postDelayed
({
if
(!
isAdded
)
return
@postDelayed
// 点击过后不展示
if
(!
rlOption0
.
isClickable
||
!
rlOption1
.
isClickable
)
return
@postDelayed
val
ls
=
finger
.
layoutParams
as
RelativeLayout
.
LayoutParams
val
ls
=
finger
.
layoutParams
as
RelativeLayout
.
LayoutParams
val
ls2
=
quizLLPop
.
layoutParams
as
RelativeLayout
.
LayoutParams
val
ls2
=
quizLLPop
.
layoutParams
as
RelativeLayout
.
LayoutParams
if
(
answer
==
0
)
{
if
(
answer
==
0
)
{
...
@@ -389,14 +383,16 @@ class MusicFragment : LazyLoadBaseFragment(), MusicView, View.OnClickListener {
...
@@ -389,14 +383,16 @@ class MusicFragment : LazyLoadBaseFragment(), MusicView, View.OnClickListener {
ls
.
addRule
(
RelativeLayout
.
ALIGN_TOP
,
R
.
id
.
rl_option1
)
ls
.
addRule
(
RelativeLayout
.
ALIGN_TOP
,
R
.
id
.
rl_option1
)
ls2
.
addRule
(
RelativeLayout
.
ALIGN_TOP
,
R
.
id
.
rl_option1
)
ls2
.
addRule
(
RelativeLayout
.
ALIGN_TOP
,
R
.
id
.
rl_option1
)
}
}
mainHandler
.
postDelayed
({
if
(!
isAdded
)
return
@postDelayed
// 点击过后不展示
if
(!
rlOption0
.
isClickable
||
!
rlOption1
.
isClickable
)
return
@postDelayed
playFingerAnim
(
finger
)
playFingerAnim
(
finger
)
},
5000
)
},
5000
)
// 重置状态
// finger.visibility = View.GONE
// quizLLPop.visibility = View.GONE
// quizTvPop.visibility = View.GONE
for
(
i
in
optionsList
.
indices
)
{
for
(
i
in
optionsList
.
indices
)
{
val
right
=
answer
==
i
val
right
=
answer
==
i
quizIvRedbox0
.
visibility
=
View
.
GONE
quizIvRedbox0
.
visibility
=
View
.
GONE
...
...
video/app/src/main/res/layout/media_layout_quiz.xml
View file @
69243d80
...
@@ -44,7 +44,10 @@
...
@@ -44,7 +44,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:ellipsize=
"end"
android:maxWidth=
"180dp"
android:paddingBottom=
"5dp"
android:paddingBottom=
"5dp"
android:singleLine=
"true"
android:textColor=
"@color/color_3F2F8F"
android:textColor=
"@color/color_3F2F8F"
android:textSize=
"16sp"
android:textSize=
"16sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
...
@@ -88,7 +91,10 @@
...
@@ -88,7 +91,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:ellipsize=
"end"
android:maxWidth=
"180dp"
android:paddingBottom=
"5dp"
android:paddingBottom=
"5dp"
android:singleLine=
"true"
android:textColor=
"@color/color_3F2F8F"
android:textColor=
"@color/color_3F2F8F"
android:textSize=
"16sp"
android:textSize=
"16sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
...
...
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