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
cd55e539
Commit
cd55e539
authored
2 years ago
by
Duncan McNamara
Committed by
Nicolas Pomepuy
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Albums: increase overflow item_more height
parent
fbe8218b
No related branches found
No related tags found
1 merge request
!1538
Audio list item: increase the overflow height to prevent mis-clicks
Pipeline
#264402
passed with stage
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/audio_album_track_item.xml
+3
-5
3 additions, 5 deletions
...ication/vlc-android/res/layout/audio_album_track_item.xml
with
3 additions
and
5 deletions
application/vlc-android/res/layout/audio_album_track_item.xml
+
3
−
5
View file @
cd55e539
...
...
@@ -64,9 +64,7 @@
android:longClickable=
"true"
android:minHeight=
"@dimen/audio_browser_item_size"
android:onClick=
"@{holder::onClick}"
android:onLongClick=
"@{holder::onLongClick}"
android:paddingTop=
"@dimen/half_default_margin"
android:paddingBottom=
"@dimen/half_default_margin"
>
android:onLongClick=
"@{holder::onLongClick}"
>
<TextView
android:id=
"@+id/track_number"
...
...
@@ -166,13 +164,13 @@
<ImageView
android:id=
"@+id/item_more"
android:layout_width=
"wrap_content"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
0dp
"
android:background=
"?attr/selectableItemBackgroundBorderless"
android:contentDescription=
"@string/more_actions"
android:onClick=
"@{holder::onMoreClick}"
android:paddingStart=
"8dp"
android:paddingEnd=
"8dp"
android:scaleType=
"
c
enter"
android:scaleType=
"
fitC
enter"
android:visibility=
"@{isPresent && !inSelection ? View.VISIBLE : View.INVISIBLE}"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toEndOf=
"parent"
...
...
This diff is collapsed.
Click to expand it.
Duncan McNamara
@Skantes
mentioned in commit
0e6fe9c8
·
2 years ago
mentioned in commit
0e6fe9c8
mentioned in commit 0e6fe9c816d88cd4399d3ca4681cfc8327d55cdc
Toggle commit list
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