43 lines
740 B
Plaintext
43 lines
740 B
Plaintext
"resource/layout/musicpage_details_playlistitem.layout"
|
|
{
|
|
controls
|
|
{
|
|
PositionLabel { controlname=Label style="PositionLabelStyle" labeltext="" textalignment="east" }
|
|
TrackLabel { controlname=Label style="TrackLabelStyle" labeltext="" }
|
|
}
|
|
|
|
styles
|
|
{
|
|
|
|
PositionLabelStyle
|
|
{
|
|
padding-bottom=0
|
|
textcolor=Sublabel.Text
|
|
bgcolor=none
|
|
}
|
|
|
|
TrackLabelStyle
|
|
{
|
|
padding-bottom=0
|
|
padding-top=0
|
|
textcolor=DefaultText
|
|
bgcolor=none
|
|
}
|
|
|
|
TrackLabelStyle:hover
|
|
{
|
|
textcolor=DefaultText.Hover
|
|
}
|
|
}
|
|
|
|
|
|
layout
|
|
{
|
|
region { name=panelregion width=max }
|
|
|
|
place { control="PositionLabel" width=40 region="panelregion" }
|
|
place { control="TrackLabel" x=50 region="panelregion" width=max }
|
|
}
|
|
|
|
}
|