2019-08-10 12:29:04 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<bool name="isTablet">false</bool>
|
2019-09-20 15:27:00 +02:00
|
|
|
|
|
|
|
<declare-styleable name="FontStyle">
|
|
|
|
<attr name="font_default" format="dimension"/>
|
2019-11-11 17:24:35 +01:00
|
|
|
<attr name="font_10" format="dimension" />
|
2019-09-20 15:27:00 +02:00
|
|
|
<attr name="font_12" format="dimension"/>
|
|
|
|
<attr name="font_16" format="dimension"/>
|
|
|
|
<attr name="font_18" format="dimension"/>
|
|
|
|
<attr name="font_20" format="dimension"/>
|
|
|
|
</declare-styleable>
|
2019-09-26 18:30:24 +02:00
|
|
|
|
|
|
|
<declare-styleable name="TitleFontStyle">
|
|
|
|
<attr name="title_font_default" format="dimension"/>
|
|
|
|
<attr name="title_font_12" format="dimension"/>
|
|
|
|
<attr name="title_font_16" format="dimension"/>
|
|
|
|
<attr name="title_font_18" format="dimension"/>
|
|
|
|
<attr name="title_font_20" format="dimension"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="ContentFontStyle">
|
|
|
|
<attr name="content_font_default" format="dimension"/>
|
|
|
|
<attr name="content_font_12" format="dimension"/>
|
|
|
|
<attr name="content_font_16" format="dimension"/>
|
|
|
|
<attr name="content_font_18" format="dimension"/>
|
|
|
|
<attr name="content_font_20" format="dimension"/>
|
|
|
|
</declare-styleable>
|
2019-10-03 14:31:55 +02:00
|
|
|
|
|
|
|
<declare-styleable name="Theme">
|
|
|
|
<attr name="colorPrimary" format="color"/>
|
|
|
|
<attr name="colorPrimaryDark" format="color"/>
|
|
|
|
<attr name="backgroundColor" format="color"/>
|
|
|
|
<attr name="roundedBottomSheetPrimaryBackground" format="color"/>
|
|
|
|
<attr name="cardViewBackgroundColor" format="color"/>
|
|
|
|
<attr name="toolbarAndTabBackgroundColor" format="color"/>
|
|
|
|
<attr name="circularProgressBarBackground" format="color"/>
|
|
|
|
<attr name="tabLayoutWithExpandedCollapsingToolbarTabBackground" format="color"/>
|
|
|
|
<attr name="tabLayoutWithCollapsedCollapsingToolbarTabBackground" format="color"/>
|
|
|
|
<attr name="navBarColor" format="color" />
|
|
|
|
</declare-styleable>
|
2019-08-10 12:29:04 +02:00
|
|
|
</resources>
|