Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
cf293196
Commit
cf293196
authored
Jan 07, 2021
by
Nicolas Pomepuy
Browse files
Replace audio item overflow margin by padding to avoid misclicks
Fixes
#1604
parent
d470708c
Pipeline
#55228
passed with stage
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
application/vlc-android/res/layout/audio_browser_item.xml
View file @
cf293196
...
...
@@ -130,7 +130,8 @@
android:id=
"@+id/item_more"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:paddingEnd=
"8dp"
android:paddingStart=
"8dp"
android:contentDescription=
"@string/more_actions"
android:onClick=
"@{holder::onMoreClick}"
android:scaleType=
"center"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment