UI changes

This commit is contained in:
serso
2016-03-01 17:43:11 +01:00
parent ea21bbe811
commit 9bcc4d4d9f
15 changed files with 91 additions and 94 deletions

View File

@@ -6,19 +6,7 @@
~ or visit http://se.solovyev.org
-->
<FrameLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_fragment_layout"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:padding="@dimen/cpp_editor_padding">
<TextView
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Widget"
a:hint="@string/c_calc_editor_hint"
a:scrollbars="vertical"
a:singleLine="false"
a:textIsSelectable="true" />
</FrameLayout>
<TextView
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Widget"
xmlns:a="http://schemas.android.com/apk/res/android"/>