Style fixing
This commit is contained in:
@@ -38,13 +38,7 @@
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include
|
||||
layout="@layout/cpp_app_button_left"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1" />
|
||||
|
||||
<include
|
||||
layout="@layout/cpp_app_button_erase"
|
||||
layout="@layout/cpp_app_button_equals_no_bg"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1" />
|
||||
@@ -53,17 +47,17 @@
|
||||
a:id="@+id/display"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="4"
|
||||
a:layout_weight="5"
|
||||
a:orientation="horizontal" />
|
||||
|
||||
<include
|
||||
layout="@layout/cpp_app_button_clear"
|
||||
layout="@layout/cpp_app_button_erase"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1" />
|
||||
|
||||
<include
|
||||
layout="@layout/cpp_app_button_right"
|
||||
layout="@layout/cpp_app_button_clear"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1" />
|
||||
|
@@ -34,10 +34,10 @@
|
||||
a:baselineAligned="false"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include layout="@layout/cpp_app_button_vars" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_copy" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_paste" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_7" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_8" />
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
<include layout="@layout/cpp_app_button_division" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_equals" />
|
||||
<include layout="@layout/cpp_app_button_memory" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -59,9 +59,9 @@
|
||||
a:baselineAligned="false"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include layout="@layout/cpp_app_button_functions" />
|
||||
<include layout="@layout/cpp_app_button_vars" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_paste" />
|
||||
<include layout="@layout/cpp_app_button_functions" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_4" />
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
a:baselineAligned="false"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include layout="@layout/cpp_app_button_operators" />
|
||||
<include layout="@layout/cpp_app_button_left" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_donate" />
|
||||
<include layout="@layout/cpp_app_button_right" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_1" />
|
||||
|
||||
|
Reference in New Issue
Block a user