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
13
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
fbe8218b
Commit
fbe8218b
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Audio list item: increase the overflow height to prevent mis-clicks
parent
bde4fa8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1538
Audio list item: increase the overflow height to prevent mis-clicks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/audio_browser_item.xml
+6
-6
6 additions, 6 deletions
application/vlc-android/res/layout/audio_browser_item.xml
with
6 additions
and
6 deletions
application/vlc-android/res/layout/audio_browser_item.xml
+
6
−
6
View file @
fbe8218b
...
...
@@ -226,17 +226,17 @@
<ImageView
android:id=
"@+id/item_more"
android:layout_width=
"wrap_content"
android:layout_height=
"
wrap_content
"
android:
padding=
"8dp
"
android:layout_height=
"
0dp
"
android:
background=
"?attr/selectableItemBackgroundBorderless
"
android:contentDescription=
"@string/more_actions"
android:onClick=
"@{holder::onMoreClick}"
android:padding=
"8dp"
android:scaleType=
"center"
vlc:srcCompat=
"@drawable/ic_more"
android:visibility=
"@{isPresent && !inSelection ? View.VISIBLE : View.INVISIBLE}"
android:background=
"?attr/selectableItemBackgroundBorderless"
vlc:layout_constraintBottom_toBottomOf=
"@+id/subtitle"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toEndOf=
"parent"
vlc:layout_constraintTop_toTopOf=
"@+id/title"
/>
vlc:layout_constraintTop_toTopOf=
"parent"
vlc:srcCompat=
"@drawable/ic_more"
/>
<ImageView
android:id=
"@+id/selected_check"
...
...
This diff is collapsed.
Click to expand it.
Nicolas Pomepuy
@Aza
mentioned in commit
f8ab6bfb
·
2 years ago
mentioned in commit
f8ab6bfb
mentioned in commit f8ab6bfb3e202dc111a8188a0954ed5c846ff440
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