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
3d731337
Commit
3d731337
authored
5 years ago
by
Geoffrey Métais
Committed by
Nicolas Pomepuy
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change an empty FrameLayout to Space
parent
2406e11d
No related branches found
No related tags found
Loading
Pipeline
#13280
passed with stage
Stage:
in 4 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/television/src/main/res/layout/activity_media_list_tv.xml
+6
-7
6 additions, 7 deletions
...television/src/main/res/layout/activity_media_list_tv.xml
with
6 additions
and
7 deletions
application/television/src/main/res/layout/activity_media_list_tv.xml
+
6
−
7
View file @
3d731337
...
...
@@ -38,16 +38,15 @@
tools:context=
"org.videolan.television.ui.details.MediaListActivity"
tools:theme=
"@style/Theme.VLC.TV"
>
<
FrameLayout
android:id=
"@+id/
frameLayout
"
<
Space
android:id=
"@+id/
spacer
"
android:layout_width=
"match_parent"
android:layout_height=
"150dp"
android:background=
"@color/tv_card_content_darker"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
</FrameLayout>
</Space>
<ImageView
android:id=
"@+id/cover"
...
...
@@ -55,7 +54,7 @@
android:layout_height=
"90dp"
android:layout_marginStart=
"@dimen/tv_overscan_horizontal"
android:layout_marginBottom=
"8dp"
app:layout_constraintBottom_toBottomOf=
"@+id/
frameLayout
"
app:layout_constraintBottom_toBottomOf=
"@+id/
spacer
"
app:layout_constraintDimensionRatio=
"1"
app:layout_constraintStart_toStartOf=
"parent"
app:media=
"@{item}"
...
...
@@ -107,7 +106,7 @@
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginBottom=
"8dp"
app:layout_constraintBottom_toBottomOf=
"@+id/
frameLayout
"
app:layout_constraintBottom_toBottomOf=
"@+id/
spacer
"
app:layout_constraintEnd_toEndOf=
"@+id/media_list"
app:layout_constraintStart_toEndOf=
"@+id/barrier2"
>
...
...
@@ -180,7 +179,7 @@
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/
frameLayout
"
/>
app:layout_constraintTop_toBottomOf=
"@+id/
spacer
"
/>
<include
layout=
"@layout/tv_time"
/>
...
...
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