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

@@ -23,7 +23,7 @@
-->
<LinearLayout
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
a:id="@+id/main"
style="@style/CppMain.Multipane"
a:orientation="vertical">
@@ -43,14 +43,14 @@
a:orientation="vertical">
<LinearLayout
a:id="@+id/editorContainer"
a:id="@+id/editor"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="4" />
<FrameLayout
a:id="@+id/displayContainer"
a:id="@+id/display"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
@@ -69,7 +69,7 @@
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
a:id="@+id/keyboard"
style="@style/CppPane.Transparent.Bottom"
a:layout_width="match_parent"
a:layout_height="0dp"