Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
2424b8fc
Commit
2424b8fc
authored
10 months ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Fix stop after this icon color and sizing
parent
579a3ab8
No related branches found
Branches containing commit
No related tags found
1 merge request
!1887
New context icons
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/resources/src/main/res/drawable/ic_stop_after_this.xml
+1
-1
1 addition, 1 deletion
...on/resources/src/main/res/drawable/ic_stop_after_this.xml
application/vlc-android/res/layout/playlist_item.xml
+2
-2
2 additions, 2 deletions
application/vlc-android/res/layout/playlist_item.xml
with
3 additions
and
3 deletions
application/resources/src/main/res/drawable/ic_stop_after_this.xml
+
1
−
1
View file @
2424b8fc
...
...
@@ -29,6 +29,6 @@
android:viewportHeight=
"48"
>
<path
android:pathData=
"M8.586,8.586C8.211,8.211 7.702,8 7.172,8 6.641,8 6.133,8.211 5.758,8.586c-0.781,0.781 -0.781,2.047 0,2.828L14,19.656V38c-0.001,1.544 1.674,2.506 3.008,1.729l10.777,-6.287 8.801,8.801c0.781,0.781 2.047,0.781 2.828,0 0.781,-0.781 0.781,-2.047 0,-2.828zM15.658,8.029C15.428,8.069 15.207,8.149 15.004,8.266 14.783,8.398 14.589,8.572 14.434,8.777L20.732,15.076 36.029,24l-4.025,2.348 2.926,2.926 6.078,-3.545c1.325,-0.771 1.325,-2.686 0,-3.457l-24,-14C16.601,8.034 16.123,7.948 15.658,8.029ZM18,23.656 L24.859,30.516 18,34.518Z"
android:fillColor=
"
@color/white
"
android:fillColor=
"
?attr/font_audio_light
"
android:fillType=
"evenOdd"
/>
</vector>
This diff is collapsed.
Click to expand it.
application/vlc-android/res/layout/playlist_item.xml
+
2
−
2
View file @
2424b8fc
...
...
@@ -225,8 +225,8 @@
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/stop_after"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_width=
"
24dp
"
android:layout_height=
"
24dp
"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"@+id/audio_item_subtitle"
app:layout_constraintEnd_toEndOf=
"@+id/audio_item_title"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment