Code reformatted

This commit is contained in:
serso
2016-01-04 12:39:25 +01:00
parent 11bdcae2a8
commit 4eeeb1277e
794 changed files with 35363 additions and 35284 deletions

View File

@@ -22,57 +22,57 @@
~ Site: http://se.solovyev.org
-->
<LinearLayout
a:id="@+id/main_layout"
style="@style/CppMain.Multipane"
xmlns:a="http://schemas.android.com/apk/res/android"
a:orientation="vertical">
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_layout"
style="@style/CppMain.Multipane"
a:orientation="vertical">
<LinearLayout
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_marginTop="@dimen/cpp_pane_margin"
a:layout_weight="3"
a:baselineAligned="false"
a:orientation="horizontal">
<LinearLayout
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_marginTop="@dimen/cpp_pane_margin"
a:layout_weight="3"
a:baselineAligned="false"
a:orientation="horizontal">
<LinearLayout
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_gravity="center"
a:layout_weight="1"
a:orientation="vertical">
<LinearLayout
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_gravity="center"
a:layout_weight="1"
a:orientation="vertical">
<LinearLayout
a:id="@+id/editorContainer"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1"/>
<LinearLayout
a:id="@+id/editorContainer"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1" />
<FrameLayout
a:id="@+id/displayContainer"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1"/>
<FrameLayout
a:id="@+id/displayContainer"
style="@style/CppPane.Multipane.Left"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1" />
</LinearLayout>
</LinearLayout>
<LinearLayout
a:id="@+id/main_second_pane"
style="@style/CppPane.Multipane.Right"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="1"
a:orientation="vertical"/>
<LinearLayout
a:id="@+id/main_second_pane"
style="@style/CppPane.Multipane.Right"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="1"
a:orientation="vertical" />
</LinearLayout>
</LinearLayout>
<LinearLayout
a:id="@+id/keyboardContainer"
style="@style/CppPane.Transparent.Bottom"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2"/>
<LinearLayout
a:id="@+id/keyboardContainer"
style="@style/CppPane.Transparent.Bottom"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2" />
</LinearLayout>