Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
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
杨凯
YDL-Component-Medical
Commits
92cf271e
Commit
92cf271e
authored
Nov 05, 2019
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复资源文件
parent
61ed3e25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
FMSurfaceView.kt
m-fm/src/main/java/com/yidianling/fm/widget/FMSurfaceView.kt
+2
-0
activity_fm.xml
m-fm/src/main/res/layout/activity_fm.xml
+1
-1
No files found.
m-fm/src/main/java/com/yidianling/fm/widget/FMSurfaceView.kt
View file @
92cf271e
...
...
@@ -86,6 +86,7 @@ class FMSurfaceView(context: Context?, attrs: AttributeSet?) : SurfaceView(conte
}
private
fun
drawAnimate
()
{
synchronized
(
this
)
{
mHolder
?.
let
{
canvas
=
mHolder
?.
lockCanvas
()
canvas
?.
let
{
...
...
@@ -122,6 +123,7 @@ class FMSurfaceView(context: Context?, attrs: AttributeSet?) : SurfaceView(conte
}
}
}
}
private
fun
drawPath
(
point
:
Point
,
pointRadius
:
Float
)
{
path
=
Path
()
...
...
m-fm/src/main/res/layout/activity_fm.xml
View file @
92cf271e
...
...
@@ -9,7 +9,7 @@
android:id=
"@+id/tb_title"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/title_bar_height"
app:pa_left_start_icon
=
"@drawable/platform_toolbar_back
"
app:pa_left_start_icon
_color=
"@color/google_green
"
app:pa_title_text=
"心灵电台"
/>
<FrameLayout
...
...
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