code reformat

This commit is contained in:
Sergey Solovyev
2013-06-15 00:31:49 +04:00
parent 30e8b55a73
commit e57ce8cf2c
523 changed files with 20785 additions and 19727 deletions

View File

@@ -1,31 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
style="?cpp_dialog_style">
style="?cpp_dialog_style">
<LinearLayout
a:id="@+id/cpp_fixable_messages_container"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="vertical"/>
<LinearLayout
a:id="@+id/cpp_fixable_messages_container"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="vertical" />
<CheckBox
a:id="@+id/cpp_do_not_show_fixable_messages_checkbox"
a:text="@string/do_not_show_messages_in_session"
a:layout_width="match_parent"
a:layout_height="wrap_content"/>
<CheckBox
a:id="@+id/cpp_do_not_show_fixable_messages_checkbox"
a:text="@string/do_not_show_messages_in_session"
a:layout_width="match_parent"
a:layout_height="wrap_content" />
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="horizontal"
a:gravity="center">
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="horizontal"
a:gravity="center">
<Button a:id="@+id/close_button"
a:layout_width="wrap_content"
a:layout_height="wrap_content"
a:text="@string/close"/>
<Button
a:id="@+id/close_button"
a:layout_width="wrap_content"
a:layout_height="wrap_content"
a:text="@string/close" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="horizontal"
a:padding="6dp">
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="horizontal"
a:padding="6dp">
<TextView a:id="@+id/cpp_fixable_messages_text_view"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="5"
a:layout_gravity="fill"
a:text="@+id/cpp_fixable_messages_text_view"/>
<TextView
a:id="@+id/cpp_fixable_messages_text_view"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="5"
a:layout_gravity="fill"
a:text="@+id/cpp_fixable_messages_text_view" />
<Button
a:id="@+id/cpp_fix_button"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="2"
a:text="@string/fix"/>
<Button
a:id="@+id/cpp_fix_button"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="2"
a:text="@string/fix" />
</LinearLayout>

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_0"
a:text="0"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_0"
a:text="0"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_1"
a:text="1"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_1"
a:text="1"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_2"
a:text="2"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_2"
a:text="2"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_3"
a:text="3"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_3"
a:text="3"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -6,6 +6,6 @@
~ or visit http://se.solovyev.org
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_4"
a:text="4"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_4"
a:text="4"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -6,6 +6,6 @@
~ or visit http://se.solovyev.org
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_5"
a:text="5"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_5"
a:text="5"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_6"
a:text="6"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_6"
a:text="6"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_7"
a:text="7"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_7"
a:text="7"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_8"
a:text="8"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_8"
a:text="8"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_9"
a:text="9"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_9"
a:text="9"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_app"
a:src="@drawable/kb_logo"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="App"/>
a:id="@id/cpp_button_app"
a:src="@drawable/kb_logo"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="App" />

View File

@@ -7,7 +7,7 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_clear"
a:text="@string/c_clear"
a:textStyle="bold"
style="@style/cpp_simple_metro_control_button_style"/>
a:id="@id/cpp_button_clear"
a:text="@string/c_clear"
a:textStyle="bold"
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_copy"
a:src="@drawable/kb_copy"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Copy"/>
a:id="@id/cpp_button_copy"
a:src="@drawable/kb_copy"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Copy" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_division"
a:text="/"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_division"
a:text="/"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_period"
a:text="."
style="@style/metro_digit_button_style"/>
a:id="@id/cpp_button_period"
a:text="."
style="@style/metro_digit_button_style" />

View File

@@ -5,8 +5,7 @@
~ For more information, please, contact se.solovyev@gmail.com
~ or visit http://se.solovyev.org
-->
<Button
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_equals"
a:text="="
style="@style/cpp_simple_metro_control_button_style"/>
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_equals"
a:text="="
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_erase"
a:src="@drawable/kb_delete"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Erase"/>
a:id="@id/cpp_button_erase"
a:src="@drawable/kb_delete"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Erase" />

View File

@@ -7,7 +7,7 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_functions"
a:text="ƒ(x)"
a:textStyle="italic"
style="@style/cpp_simple_metro_control_button_style"/>
a:id="@id/cpp_button_functions"
a:text="ƒ(x)"
a:textStyle="italic"
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -6,7 +6,7 @@
~ or visit http://se.solovyev.org
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_history"
a:text="@string/c_history_button"
style="@style/cpp_simple_metro_control_button_style"
a:textStyle="bold"/>
a:id="@id/cpp_button_history"
a:text="@string/c_history_button"
style="@style/cpp_simple_metro_control_button_style"
a:textStyle="bold" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_left"
a:text="◀"
style="@style/cpp_simple_metro_control_button_style"/>
a:id="@id/cpp_button_left"
a:text="◀"
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_like"
a:src="@drawable/kb_facebook"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Like"/>
a:id="@id/cpp_button_like"
a:src="@drawable/kb_facebook"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Like" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_multiplication"
a:text="×"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_multiplication"
a:text="×"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_paste"
a:src="@drawable/kb_paste"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Paste"/>
a:id="@id/cpp_button_paste"
a:src="@drawable/kb_paste"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Paste" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_percent"
a:text="%"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_percent"
a:text="%"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -6,6 +6,6 @@
~ or visit http://se.solovyev.org
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_plus"
a:text="+"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_plus"
a:text="+"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_power"
a:text="^"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_power"
a:text="^"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_right"
a:text="▶"
style="@style/cpp_simple_metro_control_button_style"/>
a:id="@id/cpp_button_right"
a:text="▶"
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -7,6 +7,6 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_round_brackets"
a:text="()"
style="@style/cpp_simple_metro_digit_button_style"/>
a:id="@id/cpp_button_round_brackets"
a:text="()"
style="@style/cpp_simple_metro_digit_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_settings"
a:src="@drawable/kb_settings"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Settings"/>
a:id="@id/cpp_button_settings"
a:src="@drawable/kb_settings"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Settings" />

View File

@@ -6,6 +6,6 @@
~ or visit http://se.solovyev.org
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_subtraction"
a:text="-"
style="@style/cpp_simple_metro_blue_operation_button_style"/>
a:id="@id/cpp_button_subtraction"
a:text="-"
style="@style/cpp_simple_metro_blue_operation_button_style" />

View File

@@ -7,7 +7,7 @@
-->
<Button xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_vars"
a:text="π,…"
a:textStyle="italic"
style="@style/cpp_simple_metro_control_button_style"/>
a:id="@id/cpp_button_vars"
a:text="π,…"
a:textStyle="italic"
style="@style/cpp_simple_metro_control_button_style" />

View File

@@ -1,74 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical">
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical">
<LinearLayout a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_7"/>
<include layout="@layout/cpp_simple_button_8"/>
<include layout="@layout/cpp_simple_button_9"/>
<include layout="@layout/cpp_simple_button_multiplication"/>
<include layout="@layout/cpp_simple_button_percent"/>
<include layout="@layout/cpp_simple_button_clear"/>
<include layout="@layout/cpp_simple_button_7" />
</LinearLayout>
<include layout="@layout/cpp_simple_button_8" />
<LinearLayout a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_9" />
<include layout="@layout/cpp_simple_button_4"/>
<include layout="@layout/cpp_simple_button_5"/>
<include layout="@layout/cpp_simple_button_6"/>
<include layout="@layout/cpp_simple_button_division"/>
<include layout="@layout/cpp_simple_button_power"/>
<include layout="@layout/cpp_simple_button_erase"/>
<include layout="@layout/cpp_simple_button_multiplication" />
</LinearLayout>
<include layout="@layout/cpp_simple_button_percent" />
<LinearLayout a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_clear" />
<include layout="@layout/cpp_simple_button_1"/>
<include layout="@layout/cpp_simple_button_2"/>
<include layout="@layout/cpp_simple_button_3"/>
<include layout="@layout/cpp_simple_button_plus"/>
<include layout="@layout/cpp_simple_button_like"/>
<include layout="@layout/cpp_simple_button_copy"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<LinearLayout a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_4" />
<include layout="@layout/cpp_simple_button_round_brackets"/>
<include layout="@layout/cpp_simple_button_0"/>
<include layout="@layout/cpp_simple_button_dot"/>
<include layout="@layout/cpp_simple_button_subtraction"/>
<include layout="@layout/cpp_simple_button_settings"/>
<include layout="@layout/cpp_simple_button_paste"/>
<include layout="@layout/cpp_simple_button_5" />
</LinearLayout>
<include layout="@layout/cpp_simple_button_6" />
<include layout="@layout/cpp_simple_button_division" />
<include layout="@layout/cpp_simple_button_power" />
<include layout="@layout/cpp_simple_button_erase" />
</LinearLayout>
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_1" />
<include layout="@layout/cpp_simple_button_2" />
<include layout="@layout/cpp_simple_button_3" />
<include layout="@layout/cpp_simple_button_plus" />
<include layout="@layout/cpp_simple_button_like" />
<include layout="@layout/cpp_simple_button_copy" />
</LinearLayout>
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_round_brackets" />
<include layout="@layout/cpp_simple_button_0" />
<include layout="@layout/cpp_simple_button_dot" />
<include layout="@layout/cpp_simple_button_subtraction" />
<include layout="@layout/cpp_simple_button_settings" />
<include layout="@layout/cpp_simple_button_paste" />
</LinearLayout>
<LinearLayout a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
<include layout="@layout/cpp_simple_button_left"/>
<include layout="@layout/cpp_simple_button_right"/>
<include layout="@layout/cpp_simple_button_vars"/>
<include layout="@layout/cpp_simple_button_functions"/>
<include layout="@layout/cpp_simple_button_app"/>
<include layout="@layout/cpp_simple_button_history"/>
<include layout="@layout/cpp_simple_button_left" />
</LinearLayout>
<include layout="@layout/cpp_simple_button_right" />
<include layout="@layout/cpp_simple_button_vars" />
<include layout="@layout/cpp_simple_button_functions" />
<include layout="@layout/cpp_simple_button_app" />
<include layout="@layout/cpp_simple_button_history" />
</LinearLayout>
</LinearLayout>

View File

@@ -1,78 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="fill_parent"
a:layout_height="fill_parent"
a:paddingLeft="10dp"
a:paddingRight="10dp"
a:orientation="vertical">
a:layout_width="fill_parent"
a:layout_height="fill_parent"
a:paddingLeft="10dp"
a:paddingRight="10dp"
a:orientation="vertical">
<LinearLayout a:layout_width="fill_parent"
a:layout_height="fill_parent"
a:paddingBottom="10dp"
a:orientation="horizontal">
<LinearLayout
a:layout_width="fill_parent"
a:layout_height="fill_parent"
a:paddingBottom="10dp"
a:orientation="horizontal">
<Spinner a:id="@+id/unit_types_from"
a:layout_width="wrap_content"
a:layout_height="fill_parent"/>
<Spinner
a:id="@+id/unit_types_from"
a:layout_width="wrap_content"
a:layout_height="fill_parent" />
<EditText a:id="@+id/units_from"
a:inputType="text"
a:singleLine="true"
a:layout_width="fill_parent"
a:layout_height="fill_parent"/>
<EditText
a:id="@+id/units_from"
a:inputType="text"
a:singleLine="true"
a:layout_width="fill_parent"
a:layout_height="fill_parent" />
</LinearLayout>
</LinearLayout>
<LinearLayout a:layout_width="fill_parent"
a:paddingBottom="10dp"
a:layout_height="fill_parent"
a:orientation="horizontal">
<LinearLayout
a:layout_width="fill_parent"
a:paddingBottom="10dp"
a:layout_height="fill_parent"
a:orientation="horizontal">
<Spinner a:id="@+id/unit_types_to"
a:layout_width="wrap_content"
a:layout_height="fill_parent"/>
<Spinner
a:id="@+id/unit_types_to"
a:layout_width="wrap_content"
a:layout_height="fill_parent" />
<EditText a:id="@+id/units_to"
a:editable="false"
a:inputType="none"
a:singleLine="true"
a:layout_width="fill_parent"
a:layout_height="fill_parent"/>
<EditText
a:id="@+id/units_to"
a:editable="false"
a:inputType="none"
a:singleLine="true"
a:layout_width="fill_parent"
a:layout_height="fill_parent" />
</LinearLayout>
</LinearLayout>
<LinearLayout a:layout_width="fill_parent"
a:paddingBottom="10dp"
a:layout_height="fill_parent"
a:gravity="center"
a:orientation="horizontal">
<LinearLayout
a:layout_width="fill_parent"
a:paddingBottom="10dp"
a:layout_height="fill_parent"
a:gravity="center"
a:orientation="horizontal">
<Button a:id="@+id/unit_converter_ok_button"
a:text="@android:string/ok"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content"/>
<Button
a:id="@+id/unit_converter_ok_button"
a:text="@android:string/ok"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content" />
<Button a:id="@+id/unit_converter_copy_button"
a:text="@android:string/copy"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content"/>
<Button
a:id="@+id/unit_converter_copy_button"
a:text="@android:string/copy"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content" />
<Button a:id="@+id/unit_converter_custom_button"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:ellipsize="end"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content"/>
<Button
a:id="@+id/unit_converter_custom_button"
a:paddingLeft="15dp"
a:paddingRight="15dp"
a:ellipsize="end"
a:singleLine="true"
a:layout_width="wrap_content"
a:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<!--should be implemented-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!--should be implemented-->
</LinearLayout>

View File

@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<!--should be implemented-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!--should be implemented-->
</LinearLayout>