22 lines
655 B
XML
22 lines
655 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
~ or visit http://se.solovyev.org
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="math_entity_text" parent="math_entity_text_parent">
|
|
<item name="android:textStyle">bold</item>
|
|
<item name="android:textColor">@android:color/white</item>
|
|
</style>
|
|
|
|
<style name="math_entity_description" parent="math_entity_description_parent">
|
|
<item name="android:textColor">#bebebe</item>
|
|
</style>
|
|
|
|
<style name="add_var_button" parent="add_var_button_parent">
|
|
</style>
|
|
|
|
</resources> |