Use constraint layout for play queue item
Also remove invalid ic_selected attribute
This commit is contained in:
parent
f6bca68da2
commit
a102fc9cad
6 changed files with 56 additions and 60 deletions
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<attr name="ic_selected" format="reference" />
|
||||
|
||||
<attr name="progress_horizontal_drawable" format="reference" />
|
||||
<!-- Can't refer to colors directly in drawable's xml-->
|
||||
<attr name="toolbar_shadow" format="reference" />
|
||||
|
|
|
|||
|
|
@ -114,9 +114,9 @@
|
|||
<dimen name="playlist_detail_uploader_image_size">24dp</dimen>
|
||||
<dimen name="playlist_detail_uploader_layout_height">28dp</dimen>
|
||||
|
||||
<!-- Play Queue View Dimensions -->
|
||||
<!-- Play queue thumbnail view dimensions (16:9) -->
|
||||
<dimen name="play_queue_thumbnail_width">62dp</dimen>
|
||||
<dimen name="play_queue_thumbnail_height">40dp</dimen>
|
||||
<dimen name="play_queue_thumbnail_height">35dp</dimen>
|
||||
|
||||
<!-- Kiosk view Dimensions-->
|
||||
<dimen name="kiosk_title_text_size">30sp</dimen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue