Changing font size is available. Delete duplicate Edit menu in comments.

This commit is contained in:
Alex Ning
2019-09-20 21:27:00 +08:00
parent 010c323769
commit 9ca494d4b5
84 changed files with 496 additions and 153 deletions

View File

@@ -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>