Skip to content

Commit

Permalink
- bottom toolbar menu button style for alt layout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmpz committed Jun 1, 2022
1 parent 318b4e9 commit df15f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poweramp_skin_sample/src/main/res/values/sample_skin_alt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<style name="SampleSkin_Alt_Centered_Base" parent="com.maxmpz.audioplayer:ActivityTheme_Whitepro_AltLayout">
<item name="com.maxmpz.audioplayer:ItemTrackTitle_scene_aa">@style/Alt_Centered_ItemTrackTitle_scene_aa</item>
<item name="com.maxmpz.audioplayer:ItemTrackLine2_scene_aa">@style/Alt_ItemTrackLine2_scene_aa</item>

<!-- Ensure we override our bottom buttons menu, which has a separate override in Poweramp ActivityTheme_Whitepro_AltLayout style -->
<item name="com.maxmpz.audioplayer:ItemTrackMenu_scene_bottom_toolbar">@style/ItemTrackMenu_scene_bottom_toolbar</item>
</style>
<!-- We'll override this for landscape -->
<style name="SampleSkin_Alt_Centered" parent="SampleSkin_Alt_Centered_Base">
Expand Down

0 comments on commit df15f30

Please sign in to comment.