android-calculatorpp/android-app/res/values/styles_var.xml
Sergey Solovyev e57ce8cf2c code reformat
2013-06-15 00:31:52 +04:00

25 lines
780 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">
<item name="android:textStyle">bold</item>
<item name="android:textColor">@android:color/white</item>
<item name="android:textSize">@dimen/cpp_math_entity_text_size</item>
</style>
<style name="math_entity_description">
<item name="android:textColor">#bebebe</item>
<item name="android:textSize">@dimen/cpp_math_entity_description_text_size</item>
</style>
<style name="add_var_button">
<item name="android:paddingLeft">40dp</item>
<item name="android:paddingRight">40dp</item>
</style>
</resources>