android-calculatorpp/res/values/styles-common-history.xml

17 lines
505 B
XML

<!--
~ 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="history_time" parent="math_entity_text"/>
<style name="history_item" parent="math_entity_description"/>
<style name="history_item_label" parent="math_entity_description">
<item name="android:textStyle">bold</item>
<item name="android:textColor">@android:color/white</item>
</style>
</resources>