2012-09-28 06:44:49 -04:00
|
|
|
<?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>
|
|
|
|
|
2011-10-22 06:14:17 -04:00
|
|
|
</resources>
|