Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
343d7e37
Commit
343d7e37
authored
2 years ago
by
Duncan McNamara
Browse files
Options
Downloads
Patches
Plain Diff
Albums: fix margin between title and media overlay
parent
cbf38f5a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1440
Albums: fix margin between title and media overlay
Pipeline
#236985
passed with stage
in 3 minutes and 59 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
-11
3 additions, 11 deletions
...ication/vlc-android/res/layout/audio_album_track_item.xml
with
3 additions
and
11 deletions
application/vlc-android/res/layout/audio_album_track_item.xml
+
3
−
11
View file @
343d7e37
...
...
@@ -93,7 +93,7 @@
android:text=
"@{item.title}"
tools:text=
"Like A Rolling Stone"
vlc:layout_constraintBottom_toTopOf=
"@id/subtitle"
vlc:layout_constraintEnd_toStartOf=
"@id/
item_more
"
vlc:layout_constraintEnd_toStartOf=
"@id/
media_absent
"
vlc:layout_constraintStart_toEndOf=
"@id/track_number"
vlc:layout_constraintTop_toTopOf=
"parent"
/>
...
...
@@ -109,7 +109,7 @@
android:contentDescription=
"@{TalkbackUtil.INSTANCE.getTimeAndArtist(context, item)}"
tools:text=
"6:13 - Bob Dylan"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_to
Start
Of=
"@id/it
em_mor
e"
vlc:layout_constraintEnd_to
End
Of=
"@id/
t
it
l
e"
vlc:layout_constraintStart_toStartOf=
"@id/title"
vlc:layout_constraintTop_toBottomOf=
"@id/title"
vlc:layout_constraintVertical_chainStyle=
"packed"
/>
...
...
@@ -118,13 +118,11 @@
android:id=
"@+id/media_network"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:background=
"@drawable/rounded_corners_black_more_transparent"
android:padding=
"3dp"
android:visibility=
"@{isNetwork ? View.VISIBLE : View.GONE}"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toStartOf=
"@id/item_more"
vlc:layout_constraintStart_toEndOf=
"@id/title"
vlc:layout_constraintTop_toTopOf=
"parent"
vlc:srcCompat=
"@drawable/ic_emoji_network"
/>
...
...
@@ -132,13 +130,11 @@
android:id=
"@+id/media_sd"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:background=
"@drawable/rounded_corners_black_more_transparent"
android:padding=
"3dp"
android:visibility=
"@{isSD ? View.VISIBLE : View.GONE}"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toStartOf=
"@id/item_more"
vlc:layout_constraintStart_toEndOf=
"@id/title"
vlc:layout_constraintTop_toTopOf=
"parent"
vlc:srcCompat=
"@drawable/ic_emoji_sd"
/>
...
...
@@ -146,13 +142,11 @@
android:id=
"@+id/otg_media"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:background=
"@drawable/rounded_corners_black_more_transparent"
android:padding=
"3dp"
android:visibility=
"@{isOTG ? View.VISIBLE : View.GONE}"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toStartOf=
"@id/item_more"
vlc:layout_constraintStart_toEndOf=
"@id/title"
vlc:layout_constraintTop_toTopOf=
"parent"
vlc:srcCompat=
"@drawable/ic_emoji_otg"
/>
...
...
@@ -160,13 +154,11 @@
android:id=
"@+id/media_absent"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:background=
"@drawable/rounded_corners_black_more_transparent"
android:padding=
"3dp"
android:visibility=
"@{!isPresent ? View.VISIBLE : View.
GON
E}"
android:visibility=
"@{!isPresent ? View.VISIBLE : View.
INVISIBL
E}"
vlc:layout_constraintBottom_toBottomOf=
"parent"
vlc:layout_constraintEnd_toStartOf=
"@id/item_more"
vlc:layout_constraintStart_toEndOf=
"@id/title"
vlc:layout_constraintTop_toTopOf=
"parent"
vlc:srcCompat=
"@drawable/ic_emoji_media_absent"
/>
...
...
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