Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
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_goodmoney
Commits
f85bb03a
Commit
f85bb03a
authored
Dec 24, 2020
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
2e55c5bd
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
9 deletions
+5
-9
MoneyFragment.kt
...ain/java/com/mints/goodmoney/ui/fragment/MoneyFragment.kt
+5
-1
libxmediaplayerv8.so
...Money/app/src/main/jniLibs/arm64-v8a/libxmediaplayerv8.so
+0
-0
pre_play_selector_transparent.xml
...p/src/main/res/drawable/pre_play_selector_transparent.xml
+0
-8
pre_icon_transparent_disable.png
...rc/main/res/mipmap-xhdpi/pre_icon_transparent_disable.png
+0
-0
pre_icon_transparent_pressed.png
...rc/main/res/mipmap-xhdpi/pre_icon_transparent_pressed.png
+0
-0
widget_pause_pressed.png
...ey/app/src/main/res/mipmap-xhdpi/widget_pause_pressed.png
+0
-0
widget_play_pressed.png
...ney/app/src/main/res/mipmap-xhdpi/widget_play_pressed.png
+0
-0
No files found.
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/fragment/MoneyFragment.kt
View file @
f85bb03a
...
...
@@ -129,22 +129,26 @@ class MoneyFragment : BaseFragment(), XTabLayout.OnTabSelectedListener {
fun
selectVedio
()
{
// vpFragmentMoney.currentItem = 0
xtFragmentMoney
.
getTabAt
(
0
)
?.
select
()
if
(
mainFragment
==
null
)
{
mainFragment
=
MainFragment
()
}
addOrShowFragment
(
childFragmentManager
,
mainFragment
!!
,
FRAGMENT_TAG_VIDEO
)
}
fun
selectBook
()
{
// vpFragmentMoney.currentItem = 1
xtFragmentMoney
.
getTabAt
(
1
)
?.
select
()
if
(
bookStoreFragment
==
null
)
{
bookStoreFragment
=
ZhangyueFragment
()
}
addOrShowFragment
(
childFragmentManager
,
bookStoreFragment
!!
,
FRAGMENT_TAG_BOOKSTORE
)
}
fun
selectXmly
()
{
xtFragmentMoney
.
getTabAt
(
2
)
?.
select
()
if
(
xmlyGameFragment
==
null
)
{
xmlyGameFragment
=
XmlyFragment
()
}
...
...
GoodMoney/app/src/main/jniLibs/arm64-v8a/libxmediaplayerv8.so
deleted
100644 → 0
View file @
2e55c5bd
File deleted
GoodMoney/app/src/main/res/drawable/pre_play_selector_transparent.xml
deleted
100644 → 0
View file @
2e55c5bd
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@mipmap/pre_icon_transparent_disable"
android:state_enabled=
"false"
></item>
<item
android:drawable=
"@mipmap/pre_icon_transparent_pressed"
android:state_enabled=
"true"
android:state_pressed=
"true"
></item>
<item
android:drawable=
"@mipmap/pre_icon_transparent_normal"
android:state_enabled=
"true"
android:state_pressed=
"false"
></item>
</selector>
\ No newline at end of file
GoodMoney/app/src/main/res/mipmap-xhdpi/pre_icon_transparent_disable.png
deleted
100644 → 0
View file @
2e55c5bd
1.51 KB
GoodMoney/app/src/main/res/mipmap-xhdpi/pre_icon_transparent_pressed.png
deleted
100644 → 0
View file @
2e55c5bd
1.58 KB
GoodMoney/app/src/main/res/mipmap-xhdpi/widget_pause_pressed.png
deleted
100644 → 0
View file @
2e55c5bd
3.88 KB
GoodMoney/app/src/main/res/mipmap-xhdpi/widget_play_pressed.png
deleted
100644 → 0
View file @
2e55c5bd
3.55 KB
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