android-calculatorpp/android-app/res/values/styles_history.xml

18 lines
508 B
XML
Raw Normal View History

<!--
~ 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>
2013-06-14 16:31:49 -04:00
<style name="history_time" parent="math_entity_text" />
<style name="history_item" parent="math_entity_description" />
<style name="history_item_label" parent="math_entity_description">
2011-12-18 08:05:44 -05:00
<item name="android:textStyle">bold</item>
<item name="android:textColor">@android:color/white</item>
</style>
</resources>