Editor text size

This commit is contained in:
serso
2016-02-22 13:19:30 +01:00
parent 8658fd9fe5
commit 282d17ad1c
17 changed files with 39 additions and 48 deletions

View File

@@ -6,17 +6,7 @@
~ or visit http://se.solovyev.org
-->
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_fragment_layout"
style="@style/CppFragment"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:padding="@dimen/cpp_editor_padding">
<org.solovyev.android.calculator.EditorView
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Onscreen"
a:textIsSelectable="true" />
</LinearLayout>
<org.solovyev.android.calculator.EditorView xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Onscreen"
a:textIsSelectable="true" />

View File

@@ -6,17 +6,7 @@
~ or visit http://se.solovyev.org
-->
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_fragment_layout"
style="@style/CppFragment"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:padding="@dimen/cpp_editor_padding">
<org.solovyev.android.calculator.EditorView
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Onscreen.Light"
a:textIsSelectable="true" />
</LinearLayout>
<org.solovyev.android.calculator.EditorView xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/calculator_editor"
style="@style/CppText.Editor.Onscreen.Light"
a:textIsSelectable="true" />

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
style="@style/CppMain.Onscreen"
a:orientation="vertical">

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
style="@style/CppMain.Onscreen.Light"
a:orientation="vertical">