mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-03-31 22:04:27 +02:00
31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MaterialDrawer">
|
|
<attr name="material_drawer_window_background" format="color|reference" />
|
|
<attr name="material_drawer_background" format="color|reference" />
|
|
|
|
<attr name="material_drawer_primary_text" format="color|reference" />
|
|
<attr name="material_drawer_primary_icon" format="color|reference" />
|
|
<attr name="material_drawer_secondary_text" format="color|reference" />
|
|
<attr name="material_drawer_hint_text" format="color|reference" />
|
|
<attr name="material_drawer_hint_icon" format="color|reference" />
|
|
<attr name="material_drawer_divider" format="color|reference" />
|
|
|
|
<attr name="material_drawer_selected" format="color|reference" />
|
|
<attr name="material_drawer_selected_legacy" format="color|reference" /> <!-- defines material design 1.0 color -->
|
|
<attr name="material_drawer_selected_text" format="color|reference" />
|
|
<!-- material drawer header attrs-->
|
|
<attr name="material_drawer_header_selection_text" format="color|reference" />
|
|
<attr name="material_drawer_header_selection_subtext" format="color|reference" />
|
|
|
|
<!-- allows to enable / disable legacy style e.g. material 1 -->
|
|
<attr name="material_drawer_legacy_style" format="boolean|reference" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="BezelImageView">
|
|
<attr name="biv_maskDrawable" format="reference" />
|
|
<attr name="biv_drawCircularShadow" format="boolean" />
|
|
<attr name="biv_selectorOnPress" format="color|reference" />
|
|
</declare-styleable>
|
|
</resources> |