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

26 lines
811 B
XML
Raw Normal View History

2012-10-03 13:30:33 -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">
<item name="android:textStyle">bold</item>
<item name="android:textColor">@android:color/white</item>
2012-11-18 07:58:33 -05:00
<item name="android:textSize">@dimen/cpp_math_entity_text_size</item>
2012-10-03 13:30:33 -04:00
</style>
<style name="math_entity_description">
<item name="android:textColor">#bebebe</item>
2012-11-18 07:58:33 -05:00
<item name="android:textSize">@dimen/cpp_math_entity_description_text_size</item>
2012-10-03 13:30:33 -04:00
</style>
<style name="add_var_button">
<item name="android:paddingLeft">40dp</item>
<item name="android:paddingRight">40dp</item>
</style>
</resources>