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
11
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
9f589ef5
Commit
9f589ef5
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Fix TV streams overflow icon not shown
Fixes
#2331
parent
4c346fcf
No related branches found
No related tags found
1 merge request
!1244
Fix TV streams overflow icon not shown
Pipeline
#186865
passed with stage
in 3 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/mrl_item.xml
+6
-3
6 additions, 3 deletions
application/vlc-android/res/layout/mrl_item.xml
with
6 additions
and
3 deletions
application/vlc-android/res/layout/mrl_item.xml
+
6
−
3
View file @
9f589ef5
...
@@ -16,8 +16,9 @@
...
@@ -16,8 +16,9 @@
android:background=
"@drawable/rectangle_circle_right_white_selector"
android:background=
"@drawable/rectangle_circle_right_white_selector"
android:clickable=
"true"
android:clickable=
"true"
android:focusable=
"true"
android:focusable=
"true"
android:nextFocusRight=
"@+id/mrl_ctx"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_to
StartOf=
"@+id/mrl_ctx
"
app:layout_constraintEnd_to
EndOf=
"parent
"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
...
@@ -52,14 +53,16 @@
...
@@ -52,14 +53,16 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/mrl_item_title"
/>
app:layout_constraintTop_toBottomOf=
"@+id/mrl_item_title"
/>
<ImageView
<
androidx.appcompat.widget.AppCompat
ImageView
android:id=
"@+id/mrl_ctx"
android:id=
"@+id/mrl_ctx"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:layout_marginEnd=
"8dp"
android:background=
"?attr/selectableItemBackgroundBorderless"
android:background=
"?attr/selectableItemBackgroundBorderless"
a
pp:layout_constraintTop_toTopOf=
"parent
"
a
ndroid:nextFocusLeft=
"@+id/selector
"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/ic_more"
/>
app:srcCompat=
"@drawable/ic_more"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
</layout>
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