aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attr.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/attr.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml
index f855de6a..64aa4b9e 100644
--- a/app/src/main/res/values/attr.xml
+++ b/app/src/main/res/values/attr.xml
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="isTablet">false</bool>
+
+ <declare-styleable name="FontStyle">
+ <attr name="font_default" format="dimension"/>
+ <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>
</resources> \ No newline at end of file