Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
c418caf8
Commit
c418caf8
authored
Mar 01, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set audio player elevation
parent
dbad9dc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
vlc-android/res/layout/info_activity.xml
vlc-android/res/layout/info_activity.xml
+1
-0
vlc-android/res/layout/playlist_activity.xml
vlc-android/res/layout/playlist_activity.xml
+1
-0
vlc-android/res/values/dimens.xml
vlc-android/res/values/dimens.xml
+1
-0
No files found.
vlc-android/res/layout/info_activity.xml
View file @
c418caf8
...
...
@@ -163,6 +163,7 @@
android:id=
"@+id/audio_player_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:elevation=
"@dimen/audio_player_elevation"
android:visibility=
"gone"
vlc:layout_behavior=
"android.support.design.widget.BottomSheetBehavior"
>
<android.support.v7.widget.ViewStubCompat
...
...
vlc-android/res/layout/playlist_activity.xml
View file @
c418caf8
...
...
@@ -80,6 +80,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:visibility=
"gone"
android:elevation=
"@dimen/audio_player_elevation"
vlc:layout_behavior=
"android.support.design.widget.BottomSheetBehavior"
>
<android.support.v7.widget.ViewStubCompat
android:id=
"@+id/audio_player_stub"
...
...
vlc-android/res/values/dimens.xml
View file @
c418caf8
...
...
@@ -70,4 +70,5 @@
<dimen
name=
"fastscroller_track_width"
>
6dp
</dimen>
<dimen
name=
"fastscroller_track_padding"
>
5dp
</dimen>
<dimen
name=
"audio_player_cover_margin"
>
30dp
</dimen>
<dimen
name=
"audio_player_elevation"
>
16dp
</dimen>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment