Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Jun 2, 2017
1 parent a98c109 commit a87f522
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions source/data/android/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<resources>

<!-- floating Toolbar Dark Theme -->
<style name="al_floating_toolbar_dark">
<item name="alfloatingToolbarCloseDrawable">@drawable/al_ic_ab_back_material_dark</item>
<item name="alfloatingToolbarForegroundColor">@color/al_foreground_material_dark</item>
<item name="alfloatingToolbarItemBackgroundBorderlessDrawable">@drawable/al_item_background_borderless_material_dark</item>
<item name="alfloatingToolbarItemBackgroundDrawable">@drawable/al_item_background_material_dark</item>
<item name="alfloatingToolbarOpenDrawable">@drawable/al_ic_menu_moreoverflow_material_dark</item>
<item name="alfloatingToolbarPopupBackgroundDrawable">@drawable/al_floating_popup_background_dark</item>
</style>

<!-- floating Toolbar Light Theme -->
<style name="al_floating_toolbar_light">
<item name="alfloatingToolbarCloseDrawable">@drawable/al_ic_ab_back_material_light</item>
<item name="alfloatingToolbarForegroundColor">@color/al_foreground_material_light</item>
<item name="alfloatingToolbarItemBackgroundBorderlessDrawable">@drawable/al_item_background_borderless_material_light</item>
<item name="alfloatingToolbarItemBackgroundDrawable">@drawable/al_item_background_material_light</item>
<item name="alfloatingToolbarOpenDrawable">@drawable/al_ic_menu_moreoverflow_material_light</item>
<item name="alfloatingToolbarPopupBackgroundDrawable">@drawable/al_floating_popup_background_light</item>
</style>

</resources>

0 comments on commit a87f522

Please sign in to comment.