Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
00c5c1d1
Commit
00c5c1d1
authored
5 years ago
by
Nicolas Pomepuy
Committed by
Geoffrey Métais
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix audio search input text positioning
parent
0f6ce7a9
No related branches found
No related tags found
1 merge request
!144
Audio playlist search
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/res/layout/audio_player.xml
+12
-6
12 additions, 6 deletions
vlc-android/res/layout/audio_player.xml
with
12 additions
and
6 deletions
vlc-android/res/layout/audio_player.xml
+
12
−
6
View file @
00c5c1d1
...
...
@@ -85,18 +85,24 @@
android:background=
"#00000000"
/>
<com.google.android.material.textfield.TextInputLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:id=
"@+id/playlist_search_text"
android:layout_marginEnd=
"2dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"4dp"
android:layout_marginEnd=
"8dp"
android:focusable=
"true"
android:visibility=
"gone"
>
android:visibility=
"gone"
app:layout_constraintEnd_toEndOf=
"@+id/header_play_pause"
app:layout_constraintStart_toEndOf=
"@+id/playlist_playasaudio_off"
app:layout_constraintTop_toTopOf=
"parent"
>
<EditText
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:hint=
"@string/search_hint"
android:i
nputType=
"textFilter
"
android:i
meOptions=
"actionSearch"
/>
android:i
meOptions=
"actionSearch
"
android:i
nputType=
"textFilter"
/>
</com.google.android.material.textfield.TextInputLayout>
<ImageView
...
...
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