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
c121712f
Commit
c121712f
authored
1 year ago
by
Nicolas Pomepuy
Committed by
Duncan McNamara
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix TV add to playlist edit text focus and style
parent
3014a4ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1707
Fix TV add to playlist edit text focus and style
Pipeline
#329238
passed with stage
Stage:
in 20 minutes and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/vlc-android/res/layout/dialog_playlist.xml
+2
-1
2 additions, 1 deletion
application/vlc-android/res/layout/dialog_playlist.xml
application/vlc-android/src/org/videolan/vlc/gui/dialogs/SavePlaylistDialog.kt
+1
-1
1 addition, 1 deletion
...id/src/org/videolan/vlc/gui/dialogs/SavePlaylistDialog.kt
with
3 additions
and
2 deletions
application/vlc-android/res/layout/dialog_playlist.xml
+
2
−
1
View file @
c121712f
...
...
@@ -58,10 +58,11 @@
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"8dp"
app:layout_constraintEnd_toStartOf=
"@+id/dialog_playlist_save"
style=
"@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/medias2"
>
<EditText
<
com.google.android.material.textfield.TextInput
EditText
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_alignParentTop=
"true"
...
...
This diff is collapsed.
Click to expand it.
application/vlc-android/src/org/videolan/vlc/gui/dialogs/SavePlaylistDialog.kt
+
1
−
1
View file @
c121712f
...
...
@@ -89,7 +89,7 @@ class SavePlaylistDialog : VLCBottomSheetDialogFragment(), View.OnClickListener,
private
val
coroutineContextProvider
:
CoroutineContextProvider
private
val
alreadyAdding
=
AtomicBoolean
(
false
)
override
fun
initialFocusedView
():
View
=
binding
.
dialogPlaylistName
override
fun
initialFocusedView
():
View
=
binding
.
dialogPlaylistName
.
editText
?:
binding
.
dialogPlaylistName
init
{
SavePlaylistDialog
.
registerCreator
{
CoroutineContextProvider
()
}
...
...
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