KeyboardUi

This commit is contained in:
serso
2016-02-06 16:14:19 +01:00
parent 5d30d57d8f
commit 589ac6b178
42 changed files with 833 additions and 1297 deletions

View File

@@ -22,7 +22,7 @@
~ Site: http://se.solovyev.org
-->
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
a:id="@+id/main"
style="@style/CppMain"
a:orientation="vertical">

View File

@@ -22,7 +22,7 @@
~ Site: http://se.solovyev.org
-->
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
a:id="@+id/main"
style="@style/CppMain"
a:orientation="vertical">

View File

@@ -28,13 +28,14 @@
a:orientation="vertical">
<LinearLayout
a:id="@+id/editorContainer"
a:id="@+id/editor"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2"
a:orientation="horizontal" />
<LinearLayout
a:id="@+id/partial_keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1"
@@ -54,7 +55,7 @@
a:layout_weight="1" />
<FrameLayout
a:id="@+id/displayContainer"
a:id="@+id/display"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="4"
@@ -75,7 +76,7 @@
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
a:id="@+id/keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="3"

View File

@@ -28,13 +28,14 @@
a:orientation="vertical">
<LinearLayout
a:id="@+id/editorContainer"
a:id="@+id/editor"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2"
a:orientation="horizontal" />
<LinearLayout
a:id="@+id/partial_keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1"
@@ -53,7 +54,7 @@
a:layout_weight="1" />
<FrameLayout
a:id="@+id/displayContainer"
a:id="@+id/display"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="4" />
@@ -73,7 +74,7 @@
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
a:id="@+id/keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="3"