Files
MoGoEagleEye/modules/mogo-module-v2x/src/main/res/values/style.xml
2020-09-23 11:35:37 +08:00

10 lines
348 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="RoundLayout">
<attr name="roundLayoutRadius" format="dimension" />
</declare-styleable>
<style name="customTabLayoutTextAppearance" parent="TextAppearance.Design.Tab">
<item name="android:textSize">@dimen/dp_40</item>
</style>
</resources>