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
16
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
66677865
Commit
66677865
authored
4 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Fix video card more icon tinting
parent
f3f194b7
No related branches found
No related tags found
1 merge request
!516
Redesign
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/resources/src/main/res/drawable/ic_more_w.xml
+34
-0
34 additions, 0 deletions
application/resources/src/main/res/drawable/ic_more_w.xml
application/vlc-android/res/layout/video_grid_card.xml
+1
-1
1 addition, 1 deletion
application/vlc-android/res/layout/video_grid_card.xml
with
35 additions
and
1 deletion
application/resources/src/main/res/drawable/ic_more_w.xml
0 → 100644
+
34
−
0
View file @
66677865
<!--
~ *************************************************************************
~ ic_more_w.xml
~ **************************************************************************
~ Copyright © 2020 VLC authors and VideoLAN
~ Author: Nicolas POMEPUY
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; either version 2 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program; if not, write to the Free Software
~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
~ ***************************************************************************
~
~
-->
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"32dp"
android:height=
"32dp"
android:viewportWidth=
"32"
android:viewportHeight=
"32"
>
<path
android:pathData=
"m16,12c1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2 -1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2zM16,14c-1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2 1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2zM16,20c-1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2 1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2z"
android:fillColor=
"#ffffff"
android:fillAlpha=
"1"
/>
</vector>
This diff is collapsed.
Click to expand it.
application/vlc-android/res/layout/video_grid_card.xml
+
1
−
1
View file @
66677865
...
...
@@ -157,7 +157,7 @@
android:contentDescription=
"@string/more_actions"
android:onClick=
"@{holder::onMoreClick}"
android:scaleType=
"fitEnd"
vlc:srcCompat=
"@drawable/ic_more"
vlc:srcCompat=
"@drawable/ic_more
_w
"
vlc:layout_constraintBottom_toBottomOf=
"parent"
/>
<ProgressBar
...
...
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