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
50554031
Commit
50554031
authored
Jan 08, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
每日任务进度条显示逻辑修改
parent
3bef1432
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
430 deletions
+1
-430
AndroidManifest.xml
GoodMoney/app/src/main/AndroidManifest.xml
+0
-3
XmlyActivity.kt
...ain/java/com/mints/goodmoney/ui/activitys/XmlyActivity.kt
+0
-371
MainMyAdapter.kt
...main/java/com/mints/goodmoney/ui/adapter/MainMyAdapter.kt
+1
-1
activity_xmly_test.xml
GoodMoney/app/src/main/res/layout/activity_xmly_test.xml
+0
-55
No files found.
GoodMoney/app/src/main/AndroidManifest.xml
View file @
50554031
...
...
@@ -217,9 +217,6 @@
<activity
android:name=
".ui.activitys.XmlyPlayActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".ui.activitys.XmlyActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".ui.activitys.KylVedioActivity"
android:configChanges=
"orientation|screenSize|keyboardHidden"
...
...
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/activitys/XmlyActivity.kt
deleted
100644 → 0
View file @
3bef1432
This diff is collapsed.
Click to expand it.
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/adapter/MainMyAdapter.kt
View file @
50554031
...
...
@@ -124,7 +124,7 @@ class MainMyAdapter(context: Context, taskData: MutableList<MyInfo.AutoListBean>
// 进度条
if
(
taskBean
.
otherConfig
!=
null
)
{
if
(
taskBean
.
baseConfig
!=
null
)
{
if
(
taskBean
.
baseConfig
!=
null
&&
taskBean
.
otherConfig
.
max
!=
0
)
{
holder
.
itemTaskPb
.
visibility
=
View
.
VISIBLE
holder
.
itemTaskPb
.
progress
=
taskBean
.
otherConfig
.
complete
holder
.
itemTaskPb
.
max
=
taskBean
.
otherConfig
.
max
...
...
GoodMoney/app/src/main/res/layout/activity_xmly_test.xml
deleted
100644 → 0
View file @
3bef1432
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/white"
android:orientation=
"vertical"
>
<include
layout=
"@layout/header_layout"
/>
<com.mints.goodmoney.ui.widgets.ElasticScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:fillViewport=
"true"
android:overScrollMode=
"never"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/btn1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"获取分类数据"
/>
<Button
android:id=
"@+id/btn2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"获取专辑数据"
/>
<Button
android:id=
"@+id/btn3"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"获取专辑内容"
/>
<Button
android:id=
"@+id/btn4"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"播放专辑内容"
/>
<Button
android:id=
"@+id/btn5"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"播放音频"
/>
</LinearLayout>
</com.mints.goodmoney.ui.widgets.ElasticScrollView>
</LinearLayout>
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