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
16
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
ab6e3e8e
Commit
ab6e3e8e
authored
8 years ago
by
Alexandre Perraud
Committed by
Geoffrey Métais
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Playlist : Fix the 6 saved playlists issue
(cherry picked from commit
265f0544
)
parent
da70960c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/res/layout/dialog_playlist.xml
+18
-18
18 additions, 18 deletions
vlc-android/res/layout/dialog_playlist.xml
with
18 additions
and
18 deletions
vlc-android/res/layout/dialog_playlist.xml
+
18
−
18
View file @
ab6e3e8e
...
...
@@ -20,28 +20,12 @@
android:inputType=
"text"
android:imeOptions=
"actionSend"
/>
</android.support.design.widget.TextInputLayout>
<FrameLayout
android:id=
"@+id/dialog_list_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/half_default_margin"
android:layout_below=
"@+id/dialog_playlist_name"
>
<ListView
android:id=
"@android:id/list"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
<TextView
android:id=
"@android:id/empty"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/noplaylist"
/>
</FrameLayout>
<Button
android:id=
"@+id/dialog_playlist_cancel"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@android:string/cancel"
android:layout_below=
"@id/dialog_list_
container
"
android:layout_below=
"@
+
id/dialog_
play
list_
name
"
android:layout_toLeftOf=
"@+id/dialog_playlist_save"
tools:targetApi=
"11"
style=
"?android:attr/borderlessButtonStyle"
/>
...
...
@@ -51,7 +35,23 @@
android:layout_height=
"wrap_content"
android:layout_alignParentRight=
"true"
android:text=
"@android:string/ok"
android:layout_below=
"@id/dialog_list_
container
"
android:layout_below=
"@
+
id/dialog_
play
list_
name
"
tools:targetApi=
"11"
style=
"?android:attr/borderlessButtonStyle"
/>
<FrameLayout
android:id=
"@+id/dialog_list_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/half_default_margin"
android:layout_below=
"@+id/dialog_playlist_cancel"
>
<ListView
android:id=
"@android:id/list"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
<TextView
android:id=
"@android:id/empty"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/noplaylist"
/>
</FrameLayout>
</RelativeLayout>
\ No newline at end of file
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