10 lines
348 B
XML
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> |