Pdroid Posted June 7, 2013 Share Posted June 7, 2013 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_listI'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 More sharing options...
RealPetChicken Posted August 25, 2013 Share Posted August 25, 2013 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_listI'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 More sharing options...
DDSZ Posted September 10, 2013 Share Posted September 10, 2013 Up Link to comment Share on other sites More sharing options...
maxmp Posted January 7, 2014 Share Posted January 7, 2014 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),or2. 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.