diff --git a/android-app/src/main/java/org/solovyev/android/calculator/release/ChooseThemeReleaseNoteFragment.java b/android-app/src/main/java/org/solovyev/android/calculator/release/ChooseThemeReleaseNoteFragment.java index 51aa99a9..cd1bacc9 100644 --- a/android-app/src/main/java/org/solovyev/android/calculator/release/ChooseThemeReleaseNoteFragment.java +++ b/android-app/src/main/java/org/solovyev/android/calculator/release/ChooseThemeReleaseNoteFragment.java @@ -13,6 +13,6 @@ public class ChooseThemeReleaseNoteFragment extends ChooseThemeWizardStep { super.onViewCreated(root, savedInstanceState); final TextView title = (TextView) root.findViewById(R.id.wizard_theme_title); - title.setText(R.string.release_notes_choose_theme); + title.setText(R.string.cpp_release_notes_choose_theme); } } diff --git a/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardActivity.java b/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardActivity.java index a8700784..d4fa9d83 100644 --- a/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardActivity.java +++ b/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardActivity.java @@ -120,7 +120,7 @@ public class WizardActivity extends BaseActivity implements WizardsAware, Shared } final AlertDialog.Builder b = new AlertDialog.Builder(this); - b.setTitle(getString(R.string.wizard_finish_confirmation_title)). + b.setTitle(getString(R.string.cpp_wizard_finish_confirmation_title)). setMessage(R.string.cpp_wizard_finish_confirmation). setNegativeButton(R.string.c_no, dialogListener). setPositiveButton(R.string.c_yes, dialogListener). diff --git a/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardFragment.java b/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardFragment.java index de6fc3ab..68efe17c 100644 --- a/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardFragment.java +++ b/android-app/src/main/java/org/solovyev/android/calculator/wizard/WizardFragment.java @@ -79,19 +79,19 @@ public abstract class WizardFragment extends Fragment implements View.OnClickLis final boolean firstTimeWizard = TextUtils.equals(wizard.getName(), CalculatorWizards.FIRST_TIME_WIZARD); if (canGoNext) { if (canGoPrev || !firstTimeWizard) { - setupNextButton(R.string.acl_wizard_next); + setupNextButton(R.string.cpp_wizard_next); } else { - setupNextButton(R.string.acl_wizard_start); + setupNextButton(R.string.cpp_wizard_start); } } else { - setupNextButton(R.string.acl_wizard_finish); + setupNextButton(R.string.cpp_wizard_finish); } if (canGoPrev) { - setupPrevButton(R.string.acl_wizard_back); + setupPrevButton(R.string.cpp_wizard_back); } else { if (firstTimeWizard) { - setupPrevButton(R.string.wizard_skip); + setupPrevButton(R.string.cpp_wizard_skip); } } diff --git a/android-app/src/main/res/layout-land/main_first_pane_mobile.xml b/android-app/src/main/res/layout-land/main_first_pane_mobile.xml index 29c3c845..fccd98f0 100644 --- a/android-app/src/main/res/layout-land/main_first_pane_mobile.xml +++ b/android-app/src/main/res/layout-land/main_first_pane_mobile.xml @@ -22,59 +22,62 @@ ~ Site: http://se.solovyev.org --> + a:layout_width="match_parent" + a:layout_height="match_parent" + a:layout_gravity="center" + a:orientation="vertical"> + a:id="@+id/editorContainer" + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="2" + a:orientation="horizontal" /> + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1" + a:baselineAligned="false"> + layout="@layout/cpp_app_button_left" + a:layout_width="0dp" + a:layout_height="match_parent" + a:layout_weight="1" /> + layout="@layout/cpp_app_button_erase" + a:layout_width="0dp" + a:layout_height="match_parent" + a:layout_weight="1" /> + a:id="@+id/displayContainer" + a:layout_width="0dp" + a:layout_height="match_parent" + a:layout_weight="4" /> + layout="@layout/cpp_app_button_clear" + a:layout_width="0dp" + a:layout_height="match_parent" + a:layout_weight="1" /> + layout="@layout/cpp_app_button_right" + a:layout_width="0dp" + a:layout_height="match_parent" + a:layout_weight="1" /> + a:id="@+id/keyboardContainer" + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="3" + a:orientation="horizontal" /> diff --git a/android-app/src/main/res/layout/about_fragment.xml b/android-app/src/main/res/layout/about_fragment.xml index 9fed2e3b..70c36a89 100644 --- a/android-app/src/main/res/layout/about_fragment.xml +++ b/android-app/src/main/res/layout/about_fragment.xml @@ -23,9 +23,9 @@ --> + a:layout_height="fill_parent" + a:orientation="vertical"> + a:layout_height="match_parent" + a:text="@string/c_about_content" /> + a:text="@string/cpp_translators_text" /> + a:text="@string/cpp_translators_list" /> diff --git a/android-app/src/main/res/layout/ad.xml b/android-app/src/main/res/layout/ad.xml index f59ae650..8be65613 100644 --- a/android-app/src/main/res/layout/ad.xml +++ b/android-app/src/main/res/layout/ad.xml @@ -22,8 +22,8 @@ ~ Site: http://se.solovyev.org --> - - + a:layout_gravity="center" + a:visibility="gone" + ads:adSize="BANNER" + ads:adUnitId="@string/admob" /> diff --git a/android-app/src/main/res/layout/calc_plot_view.xml b/android-app/src/main/res/layout/calc_plot_view.xml index 6ea70a99..a425745d 100644 --- a/android-app/src/main/res/layout/calc_plot_view.xml +++ b/android-app/src/main/res/layout/calc_plot_view.xml @@ -22,11 +22,11 @@ ~ Site: http://se.solovyev.org --> - + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_activity_settings.xml b/android-app/src/main/res/layout/cpp_activity_settings.xml index a184ad6b..500591c2 100644 --- a/android-app/src/main/res/layout/cpp_activity_settings.xml +++ b/android-app/src/main/res/layout/cpp_activity_settings.xml @@ -1,16 +1,16 @@ + android:layout_height="match_parent" + android:orientation="vertical"> + app:theme="?attr/cpp_toolbar_theme" /> - + android:orientation="vertical" + android:padding="0dp"> + android:layout_height="wrap_content" + android:paddingBottom="10dp" + android:paddingTop="10dp" + my:fillColor="?attr/colorAccent" + my:radius="5dp" /> \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_0.xml b/android-app/src/main/res/layout/cpp_app_button_0.xml index 78169b15..6e4125d0 100644 --- a/android-app/src/main/res/layout/cpp_app_button_0.xml +++ b/android-app/src/main/res/layout/cpp_app_button_0.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_1.xml b/android-app/src/main/res/layout/cpp_app_button_1.xml index 64731c97..c5d40e64 100644 --- a/android-app/src/main/res/layout/cpp_app_button_1.xml +++ b/android-app/src/main/res/layout/cpp_app_button_1.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_2.xml b/android-app/src/main/res/layout/cpp_app_button_2.xml index 9404148d..412e0b6a 100644 --- a/android-app/src/main/res/layout/cpp_app_button_2.xml +++ b/android-app/src/main/res/layout/cpp_app_button_2.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_3.xml b/android-app/src/main/res/layout/cpp_app_button_3.xml index b56b7bf4..fb3a5ecf 100644 --- a/android-app/src/main/res/layout/cpp_app_button_3.xml +++ b/android-app/src/main/res/layout/cpp_app_button_3.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_4.xml b/android-app/src/main/res/layout/cpp_app_button_4.xml index 7e222325..d1e6367f 100644 --- a/android-app/src/main/res/layout/cpp_app_button_4.xml +++ b/android-app/src/main/res/layout/cpp_app_button_4.xml @@ -21,11 +21,14 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_5.xml b/android-app/src/main/res/layout/cpp_app_button_5.xml index 6696b00e..abceb96f 100644 --- a/android-app/src/main/res/layout/cpp_app_button_5.xml +++ b/android-app/src/main/res/layout/cpp_app_button_5.xml @@ -21,11 +21,14 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_6.xml b/android-app/src/main/res/layout/cpp_app_button_6.xml index 8edf82f9..2cec491f 100644 --- a/android-app/src/main/res/layout/cpp_app_button_6.xml +++ b/android-app/src/main/res/layout/cpp_app_button_6.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_7.xml b/android-app/src/main/res/layout/cpp_app_button_7.xml index 4654e753..824f17a4 100644 --- a/android-app/src/main/res/layout/cpp_app_button_7.xml +++ b/android-app/src/main/res/layout/cpp_app_button_7.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_8.xml b/android-app/src/main/res/layout/cpp_app_button_8.xml index 2dea06ed..935dfd61 100644 --- a/android-app/src/main/res/layout/cpp_app_button_8.xml +++ b/android-app/src/main/res/layout/cpp_app_button_8.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_9.xml b/android-app/src/main/res/layout/cpp_app_button_9.xml index 00c1aec5..c60a1492 100644 --- a/android-app/src/main/res/layout/cpp_app_button_9.xml +++ b/android-app/src/main/res/layout/cpp_app_button_9.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_clear.xml b/android-app/src/main/res/layout/cpp_app_button_clear.xml index 406853fa..954e70ff 100644 --- a/android-app/src/main/res/layout/cpp_app_button_clear.xml +++ b/android-app/src/main/res/layout/cpp_app_button_clear.xml @@ -22,12 +22,13 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_copy.xml b/android-app/src/main/res/layout/cpp_app_button_copy.xml index 4001d448..5891e61d 100644 --- a/android-app/src/main/res/layout/cpp_app_button_copy.xml +++ b/android-app/src/main/res/layout/cpp_app_button_copy.xml @@ -22,7 +22,8 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_division.xml b/android-app/src/main/res/layout/cpp_app_button_division.xml index 81e7deba..d8c04ee3 100644 --- a/android-app/src/main/res/layout/cpp_app_button_division.xml +++ b/android-app/src/main/res/layout/cpp_app_button_division.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_donate.xml b/android-app/src/main/res/layout/cpp_app_button_donate.xml index b2f8c90d..2f7bedbe 100644 --- a/android-app/src/main/res/layout/cpp_app_button_donate.xml +++ b/android-app/src/main/res/layout/cpp_app_button_donate.xml @@ -22,7 +22,8 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_dot.xml b/android-app/src/main/res/layout/cpp_app_button_dot.xml index 1db91357..24ecde50 100644 --- a/android-app/src/main/res/layout/cpp_app_button_dot.xml +++ b/android-app/src/main/res/layout/cpp_app_button_dot.xml @@ -22,10 +22,13 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_empty.xml b/android-app/src/main/res/layout/cpp_app_button_empty.xml index d37328e8..b9f9c21d 100644 --- a/android-app/src/main/res/layout/cpp_app_button_empty.xml +++ b/android-app/src/main/res/layout/cpp_app_button_empty.xml @@ -21,4 +21,4 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_equals.xml b/android-app/src/main/res/layout/cpp_app_button_equals.xml index 615c3d9e..15934ba8 100644 --- a/android-app/src/main/res/layout/cpp_app_button_equals.xml +++ b/android-app/src/main/res/layout/cpp_app_button_equals.xml @@ -21,11 +21,14 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_equals_no_bg.xml b/android-app/src/main/res/layout/cpp_app_button_equals_no_bg.xml index 6f7b84d7..d0e1975b 100644 --- a/android-app/src/main/res/layout/cpp_app_button_equals_no_bg.xml +++ b/android-app/src/main/res/layout/cpp_app_button_equals_no_bg.xml @@ -21,14 +21,17 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + c:textUp="≡" + tools:ignore="HardcodedText" /> \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_erase.xml b/android-app/src/main/res/layout/cpp_app_button_erase.xml index 351938ec..92d5e850 100644 --- a/android-app/src/main/res/layout/cpp_app_button_erase.xml +++ b/android-app/src/main/res/layout/cpp_app_button_erase.xml @@ -22,7 +22,8 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_functions.xml b/android-app/src/main/res/layout/cpp_app_button_functions.xml index c2cf5977..b0910b5e 100644 --- a/android-app/src/main/res/layout/cpp_app_button_functions.xml +++ b/android-app/src/main/res/layout/cpp_app_button_functions.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_history.xml b/android-app/src/main/res/layout/cpp_app_button_history.xml index 795b853f..24bc56fa 100644 --- a/android-app/src/main/res/layout/cpp_app_button_history.xml +++ b/android-app/src/main/res/layout/cpp_app_button_history.xml @@ -21,12 +21,13 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_left.xml b/android-app/src/main/res/layout/cpp_app_button_left.xml index 366ed24b..7b647308 100644 --- a/android-app/src/main/res/layout/cpp_app_button_left.xml +++ b/android-app/src/main/res/layout/cpp_app_button_left.xml @@ -22,10 +22,13 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_minus.xml b/android-app/src/main/res/layout/cpp_app_button_minus.xml index a002ace1..18e327e5 100644 --- a/android-app/src/main/res/layout/cpp_app_button_minus.xml +++ b/android-app/src/main/res/layout/cpp_app_button_minus.xml @@ -21,10 +21,13 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_multiplication.xml b/android-app/src/main/res/layout/cpp_app_button_multiplication.xml index 5b796e09..79839521 100644 --- a/android-app/src/main/res/layout/cpp_app_button_multiplication.xml +++ b/android-app/src/main/res/layout/cpp_app_button_multiplication.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_operators.xml b/android-app/src/main/res/layout/cpp_app_button_operators.xml index ddfb85aa..b196cbd1 100644 --- a/android-app/src/main/res/layout/cpp_app_button_operators.xml +++ b/android-app/src/main/res/layout/cpp_app_button_operators.xml @@ -22,7 +22,10 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_paste.xml b/android-app/src/main/res/layout/cpp_app_button_paste.xml index 46eada43..3ac8c32e 100644 --- a/android-app/src/main/res/layout/cpp_app_button_paste.xml +++ b/android-app/src/main/res/layout/cpp_app_button_paste.xml @@ -22,7 +22,8 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_plus.xml b/android-app/src/main/res/layout/cpp_app_button_plus.xml index 8e325228..7cd3ccf6 100644 --- a/android-app/src/main/res/layout/cpp_app_button_plus.xml +++ b/android-app/src/main/res/layout/cpp_app_button_plus.xml @@ -21,11 +21,14 @@ ~ Email: se.solovyev@gmail.com ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_right.xml b/android-app/src/main/res/layout/cpp_app_button_right.xml index e8a44f7e..8db1df8a 100644 --- a/android-app/src/main/res/layout/cpp_app_button_right.xml +++ b/android-app/src/main/res/layout/cpp_app_button_right.xml @@ -22,10 +22,13 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_round_brackets.xml b/android-app/src/main/res/layout/cpp_app_button_round_brackets.xml index eddb52dd..c9a0bad3 100644 --- a/android-app/src/main/res/layout/cpp_app_button_round_brackets.xml +++ b/android-app/src/main/res/layout/cpp_app_button_round_brackets.xml @@ -22,12 +22,15 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_button_vars.xml b/android-app/src/main/res/layout/cpp_app_button_vars.xml index f57b82b9..015021e8 100644 --- a/android-app/src/main/res/layout/cpp_app_button_vars.xml +++ b/android-app/src/main/res/layout/cpp_app_button_vars.xml @@ -22,11 +22,14 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_display.xml b/android-app/src/main/res/layout/cpp_app_display.xml index ebbd962e..d5784cae 100644 --- a/android-app/src/main/res/layout/cpp_app_display.xml +++ b/android-app/src/main/res/layout/cpp_app_display.xml @@ -22,11 +22,12 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_display_mobile.xml b/android-app/src/main/res/layout/cpp_app_display_mobile.xml index ebbd962e..e2bf4179 100644 --- a/android-app/src/main/res/layout/cpp_app_display_mobile.xml +++ b/android-app/src/main/res/layout/cpp_app_display_mobile.xml @@ -22,11 +22,11 @@ ~ Site: http://se.solovyev.org --> - \ No newline at end of file + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_editor.xml b/android-app/src/main/res/layout/cpp_app_editor.xml index 23ac6fd9..e89248da 100644 --- a/android-app/src/main/res/layout/cpp_app_editor.xml +++ b/android-app/src/main/res/layout/cpp_app_editor.xml @@ -22,19 +22,19 @@ ~ Site: http://se.solovyev.org --> - + + a:id="@+id/calculator_editor" + style="@style/CppText.Editor" + a:hint="@string/c_calc_editor_hint" + a:scrollbars="vertical" + a:singleLine="false" + a:textIsSelectable="true" /> \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_editor_mobile.xml b/android-app/src/main/res/layout/cpp_app_editor_mobile.xml index b6d18512..9d2c7ebf 100644 --- a/android-app/src/main/res/layout/cpp_app_editor_mobile.xml +++ b/android-app/src/main/res/layout/cpp_app_editor_mobile.xml @@ -22,19 +22,19 @@ ~ Site: http://se.solovyev.org --> - + + a:id="@+id/calculator_editor" + style="@style/CppText.Editor.Mobile" + a:hint="@string/c_calc_editor_hint" + a:scrollbars="vertical" + a:singleLine="false" + a:textIsSelectable="true" /> \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_app_keyboard.xml b/android-app/src/main/res/layout/cpp_app_keyboard.xml index 4f3ce878..02c57213 100644 --- a/android-app/src/main/res/layout/cpp_app_keyboard.xml +++ b/android-app/src/main/res/layout/cpp_app_keyboard.xml @@ -23,93 +23,93 @@ --> + a:layout_width="match_parent" + a:layout_height="match_parent" + a:orientation="vertical"> + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + diff --git a/android-app/src/main/res/layout/cpp_app_keyboard_mobile.xml b/android-app/src/main/res/layout/cpp_app_keyboard_mobile.xml index 4f3ce878..02c57213 100644 --- a/android-app/src/main/res/layout/cpp_app_keyboard_mobile.xml +++ b/android-app/src/main/res/layout/cpp_app_keyboard_mobile.xml @@ -23,93 +23,93 @@ --> + a:layout_width="match_parent" + a:layout_height="match_parent" + a:orientation="vertical"> + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1"> - + - + - + - + - + diff --git a/android-app/src/main/res/layout/cpp_dialog.xml b/android-app/src/main/res/layout/cpp_dialog.xml index 1b1e65c9..68099d7a 100644 --- a/android-app/src/main/res/layout/cpp_dialog.xml +++ b/android-app/src/main/res/layout/cpp_dialog.xml @@ -22,9 +22,9 @@ ~ Site: http://se.solovyev.org --> - + \ No newline at end of file diff --git a/android-app/src/main/res/layout/cpp_dialog_fragment.xml b/android-app/src/main/res/layout/cpp_dialog_fragment.xml index fbd5bfa6..ea5c6c1b 100644 --- a/android-app/src/main/res/layout/cpp_dialog_fragment.xml +++ b/android-app/src/main/res/layout/cpp_dialog_fragment.xml @@ -22,40 +22,40 @@ ~ Site: http://se.solovyev.org --> - + + a:id="@+id/cpp_dialog_message_textview" + a:layout_width="match_parent" + a:layout_height="wrap_content" + a:maxLines="10" + a:scrollbars="vertical" /> + +