Blame res/values/styles.xml

f318ef
<resources>
</resources>
f318ef

f318ef
    <style name="AppTheme" parent="android:Theme.Light">
</style>
f318ef

f318ef
    <style name="LargeText">
</style>
f318ef
        <item name="android:textSize">20sp</item>
f318ef
    
f318ef

f318ef
    <style name="IndicatorText">
</style>
f318ef
        <item name="android:textSize">20sp</item>
f318ef
        <item name="android:paddingLeft">10sp</item>
f318ef
        <item name="android:paddingRight">10sp</item>
f318ef
        <item name="android:paddingTop">10sp</item>
f318ef
        <item name="android:paddingBottom">10sp</item>
f318ef
    
f318ef

f318ef