Theme changes

This commit is contained in:
Sergey Solovyev
2012-11-19 21:47:38 +04:00
parent 1f0188be4b
commit 3467ba828f
5 changed files with 10 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
<org.solovyev.android.calculator.AndroidCalculatorEditorView
a:id="@+id/calculator_editor"
style="@style/cpp_editor_style"
style="@style/cpp_editor_mobile_style"
a:textIsSelectable="true"
a:singleLine="false"
a:scrollbars="vertical"

View File

@@ -51,6 +51,10 @@
<item name="android:textSize">@dimen/cpp_editor_text_size</item>
</style>
<style name="cpp_editor_mobile_style" parent="cpp_editor_style">
<item name="android:textSize">@dimen/cpp_editor_text_size_mobile</item>
</style>
<style name="cpp_display_style" parent="cpp_default_text">
<item name="android:gravity">top|right</item>
<item name="android:layout_width">match_parent</item>