Jump to content

Help : Can't find play_list and eq backrounds resources


Pdroid

Recommended Posts

Hi,
I have made a skin, which works pretty well, i have themed button, icons, knobs and more .. Without any problems,

but i CAN't find how to change backrounds of activity_eq and activity_play_list
I've check references-resources/default_styles several times (On github here : skinsdk), but i'm stuck ..

 

If someone can help me with that, thanks :)

Link to comment
Share on other sites

  • 2 months later...

Hi,

I have made a skin, which works pretty well, i have themed button, icons, knobs and more .. Without any problems,

but i CAN't find how to change backrounds of activity_eq and activity_play_list

I've check references-resources/default_styles several times (On github here : skinsdk), but i'm stuck ..

 

If someone can help me with that, thanks :)

 

i am having the same problems.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 months later...

There is no separate per-activity background styling. You can either:

1. override all 3 main activities backgrounds via adding android:windowBackground="your color/drawable" to your main skin style (e.g. to <style name="ClassicSkin"..> for Classic Skin),

or

2. override 3 (+landscape) layouts

<item name="com.maxmpz.audioplayer:player_layout">@layout/activity_player_ui</item><item name="com.maxmpz.audioplayer:eq_layout">@layout/activity_eq</item><item name="com.maxmpz.audioplayer:lock_screen_layout">@layout/activity_lock_screen</item>

and set background on their top elements. This allows different backgrounds and works fine if you already have layout redefined.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...