Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
Issue boards
Milestones
Wiki
Code
Merge requests
14
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
51f96fef
Commit
51f96fef
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Video control settings: fix the scrolling issue
parent
be9cd647
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1146
Video control settings: fix the scrolling issue
Pipeline
#154902
passed with stage
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/dialog_video_controls_settings.xml
+30
-25
30 additions, 25 deletions
...vlc-android/res/layout/dialog_video_controls_settings.xml
with
30 additions
and
25 deletions
application/vlc-android/res/layout/dialog_video_controls_settings.xml
+
30
−
25
View file @
51f96fef
...
...
@@ -2,33 +2,38 @@
<layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/container"
<androidx.core.widget.NestedScrollView
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
>
android:layout_height=
"
match_par
ent"
>
<TextView
android:id=
"@+id/video_controls_title"
style=
"@style/Theme.VLC.BottomSheetTitle"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"16dp"
android:text=
"@string/controls_setting"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.fragment.app.FragmentContainerView
android:id=
"@+id/fragment_container_view"
android:name=
"org.videolan.vlc.gui.preferences.PreferencesVideoControls"
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/container"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:tag=
"my_tag"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/video_controls_title"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
android:layout_height=
"wrap_content"
>
<TextView
android:id=
"@+id/video_controls_title"
style=
"@style/Theme.VLC.BottomSheetTitle"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"16dp"
android:text=
"@string/controls_setting"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.fragment.app.FragmentContainerView
android:id=
"@+id/fragment_container_view"
android:name=
"org.videolan.vlc.gui.preferences.PreferencesVideoControls"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:tag=
"my_tag"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/video_controls_title"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
</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