Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
ebc02aa3
Commit
ebc02aa3
authored
Oct 16, 2014
by
Geoffrey Métais
Browse files
Album cover better fits
parent
4158babe
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/res/layout/tv_audio_player.xml
View file @
ebc02aa3
...
...
@@ -7,7 +7,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:weightSum=
"3
.0
"
>
android:weightSum=
"3"
>
<!-- Cover -->
<ImageView
...
...
@@ -15,7 +15,9 @@
android:layout_width=
"0dip"
android:layout_height=
"match_parent"
android:layout_weight=
"2"
android:src=
"@drawable/background_cone"
>
android:padding=
"10dp"
android:src=
"@drawable/background_cone"
android:scaleType=
"fitXY"
>
</ImageView>
<!-- Playlist -->
...
...
@@ -37,7 +39,8 @@
android:paddingLeft=
"30dip"
android:paddingTop=
"10dip"
android:paddingBottom=
"5dip"
android:background=
"#33000000"
>
android:alpha=
"0.8"
android:background=
"@android:color/black"
>
<TextView
android:id=
"@+id/media_title"
android:layout_width=
"wrap_content"
...
...
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