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

@@ -24,20 +24,21 @@
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
a:id="@+id/main"
style="@style/CppMain"
a:layout_width="match_parent"
a:layout_height="match_parent"
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"
@@ -50,7 +51,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" />
@@ -58,7 +59,7 @@
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
a:id="@+id/keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="5"

View File

@@ -24,20 +24,21 @@
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
a:id="@+id/main"
style="@style/CppMain"
a:layout_width="match_parent"
a:layout_height="match_parent"
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"
@@ -50,7 +51,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"
@@ -59,7 +60,7 @@
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
a:id="@+id/keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="5"

View File

@@ -24,7 +24,7 @@
<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">