EditorView refactored

This commit is contained in:
serso
2016-01-07 21:36:01 +01:00
parent 6b89deee80
commit d1c068edff
31 changed files with 295 additions and 536 deletions

View File

@@ -61,6 +61,7 @@
<item name="android:layout_height">fill_parent</item>
<item name="android:textSize">@dimen/cpp_editor_text_size</item>
<item name="android:textColor">?attr/cpp_text_color</item>
<item name="android:inputType">textMultiLine|textNoSuggestions</item>
</style>
<style name="CppText.Editor.Mobile" parent="CppText.Editor">