UI changes
This commit is contained in:
@@ -24,6 +24,4 @@
|
||||
<org.solovyev.android.calculator.EditorView
|
||||
a:id="@+id/calculator_editor"
|
||||
style="@style/CppText.Editor"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:hint="@string/c_calc_editor_hint"
|
||||
a:padding="@dimen/cpp_editor_padding" />
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"/>
|
@@ -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"/>
|
@@ -6,19 +6,7 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
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.Light"
|
||||
a:hint="@string/c_calc_editor_hint"
|
||||
a:scrollbars="vertical"
|
||||
a:singleLine="false"
|
||||
a:textIsSelectable="true" />
|
||||
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
a:id="@+id/calculator_editor"
|
||||
style="@style/CppText.Editor.Widget.Light"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"/>
|
@@ -22,11 +22,6 @@
|
||||
a:layout_width="0dp"
|
||||
a:layout_weight="3"
|
||||
a:gravity="center_vertical|left"
|
||||
a:hint="@string/c_calc_editor_hint"
|
||||
a:padding="@dimen/cpp_editor_padding"
|
||||
a:scrollbars="vertical"
|
||||
a:singleLine="false"
|
||||
a:textIsSelectable="true"
|
||||
a:textSize="@dimen/cpp_widget_editor_text_size_collapsed" />
|
||||
|
||||
<include
|
||||
|
Reference in New Issue
Block a user