Remove tweak for Font size

See bug: #13140648 Settings needs to support the new Quantum Paper theme

Change-Id: Id91360f9e0b3b34baa3ea5db8f090233e61bbeaa
This commit is contained in:
Fabrice Di Meglio
2014-05-20 19:07:10 -07:00
parent 40a66f4c14
commit 7307096e4a

View File

@@ -259,11 +259,9 @@
</style>
<style name="TextAppearance.Medium" parent="@android:style/TextAppearance.Quantum.Medium">
<item name="android:textSize">16sp</item>
</style>
<style name="TextAppearance.Small" parent="@android:style/TextAppearance.Quantum.Small">
<item name="android:textSize">14sp</item>
</style>
<style name="TextAppearance.Switch" parent="TextAppearance.Medium">