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