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
d8a48f2a
Commit
d8a48f2a
authored
Jul 12, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化广告加载逻辑,视频优化
parent
7467ec0e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
13 deletions
+1
-13
AndroidManifest.xml
video/app/src/main/AndroidManifest.xml
+1
-1
MyFragment.kt
...main/java/com/mints/wisdomclean/ui/fragment/MyFragment.kt
+0
-9
fragment_main.xml
video/app/src/main/res/layout/fragment_main.xml
+0
-2
styles.xml
video/app/src/main/res/values/styles.xml
+0
-1
No files found.
video/app/src/main/AndroidManifest.xml
View file @
d8a48f2a
...
...
@@ -89,7 +89,7 @@
<activity
android:name=
".ui.activitys.MainActivity"
android:configChanges=
"orientation|keyboardHidden|screenSize"
android:exported=
"
tru
e"
android:exported=
"
fals
e"
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme.NoneTranslucent"
>
...
...
video/app/src/main/java/com/mints/wisdomclean/ui/fragment/MyFragment.kt
View file @
d8a48f2a
...
...
@@ -32,15 +32,6 @@ class MyFragment : BaseFragment(), MyView, View.OnClickListener {
override
fun
initViewsAndEvents
()
{
myPresenter
.
attachView
(
this
)
tv_contact
.
text
=
SpanUtils
()
.
append
(
"如有问题,请直接联系"
)
.
append
(
"在线客服\n"
)
.
setForegroundColor
(
resources
.
getColor
(
R
.
color
.
main_mints
))
.
append
(
"处理速度更快,"
)
.
append
(
"无需联系支付宝"
)
.
setForegroundColor
(
resources
.
getColor
(
R
.
color
.
main_mints
))
.
create
()
initListener
()
}
...
...
video/app/src/main/res/layout/fragment_main.xml
View file @
d8a48f2a
...
...
@@ -230,6 +230,4 @@
android:textStyle=
"bold"
/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>
video/app/src/main/res/values/styles.xml
View file @
d8a48f2a
<resources>
<style
name=
"SwipeBackLayout"
>
<item
name=
"edge_size"
>
0dp
</item>
</style>
...
...
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