KeyboardUi
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user