Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
B
Browser White
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Browser White
Commits
fc626689
Commit
fc626689
authored
Aug 09, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
0596c6ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
6 deletions
+30
-6
bg_seekbar_progress.xml
app/src/main/res/drawable/bg_seekbar_progress.xml
+27
-6
activity_media_video_detail.xml
app/src/main/res/layout/activity_media_video_detail.xml
+3
-0
No files found.
app/src/main/res/drawable/bg_seekbar_progress.xml
View file @
fc626689
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
<solid
android:color=
"#8C8C8C"
/>
android:id=
"@android:id/background"
<corners
android:radius=
"2.5dp"
/>
android:height=
"5dp"
>
<size
android:height=
"5dp"
/>
<shape>
</shape>
<corners
android:radius=
"2.5dp"
/>
\ No newline at end of file
<solid
android:color=
"#8C8C8C"
/>
</shape>
</item>
<!-- <item android:height="7dp" android:id="@android:id/secondaryProgress">-->
<!-- <clip>-->
<!-- <shape>-->
<!-- <solid android:color="#FFFFFFFF" />-->
<!-- </shape>-->
<!-- </clip>-->
<!-- </item>-->
<item
android:id=
"@android:id/progress"
android:height=
"5dp"
>
<clip>
<shape>
<solid
android:color=
"@color/white"
/>
<corners
android:radius=
"2.5dp"
/>
</shape>
</clip>
</item>
</layer-list>
\ No newline at end of file
app/src/main/res/layout/activity_media_video_detail.xml
View file @
fc626689
...
@@ -90,7 +90,10 @@
...
@@ -90,7 +90,10 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_gravity=
"center_vertical"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:maxHeight=
"5dp"
android:minHeight=
"5dp"
android:progressDrawable=
"@drawable/bg_seekbar_progress"
android:progressDrawable=
"@drawable/bg_seekbar_progress"
android:splitTrack=
"false"
android:thumb=
"@drawable/bg_seekbar_thumb"
/>
android:thumb=
"@drawable/bg_seekbar_thumb"
/>
<TextView
<TextView
...
...
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