Skip to content
Snippets Groups Projects
Commit 3292a88b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix Playlist layout

parent 99ff94bd
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/songs_list"
style="@style/PlaylistStyle"
android:layout_width="@dimen/playlist_width"
android:layout_height="match_parent"
android:clipToPadding="false"
android:layout_gravity="center_horizontal"
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Playlist-->
<style name="PlaylistStyle">
<item name="android:layout_width">800dp</item>
</style>
<dimen name="playlist_width">800dp</dimen>
</resources>
\ No newline at end of file
......@@ -46,6 +46,8 @@
<!-- -1px is fill/match_parent -->
<dimen name="file_picker_height">-1px</dimen>
<dimen name="playlist_width">-1px</dimen>
<!-- Default -->
<dimen name="default_margin">16dp</dimen>
......
......@@ -256,10 +256,4 @@
<style name="TipsFontStyle.Small" parent="TipsFontStyle">
<item name="android:textSize">10sp</item>
</style>
<!-- Playlist-->
<style name="PlaylistStyle">
<item name="android:layout_width">match_parent</item>
</style>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment