Move zero back in the middle + E to 6
This commit is contained in:
@@ -29,6 +29,6 @@
|
||||
a:id="@id/cpp_button_0"
|
||||
style="?attr/cpp_button_style_digit"
|
||||
a:text="0"
|
||||
c:directionTextDown="000"
|
||||
c:directionTextUp="00"
|
||||
c:directionTextDown="00"
|
||||
c:directionTextUp="000"
|
||||
tools:ignore="HardcodedText" />
|
@@ -29,5 +29,6 @@
|
||||
a:id="@id/cpp_button_6"
|
||||
style="?attr/cpp_button_style_digit"
|
||||
a:text="6"
|
||||
c:directionTextUp="E"
|
||||
c:directionTextLeft="F"
|
||||
tools:ignore="HardcodedText" />
|
@@ -28,6 +28,5 @@
|
||||
a:id="@id/cpp_button_plus"
|
||||
style="?attr/cpp_button_style_operation"
|
||||
a:text="+"
|
||||
c:directionTextDown="E"
|
||||
c:directionTextUp="°"
|
||||
tools:ignore="HardcodedText" />
|
@@ -102,12 +102,12 @@
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="1">
|
||||
|
||||
<include layout="@layout/cpp_app_button_round_brackets" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_0" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_dot" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_round_brackets" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_plus" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_history" />
|
||||
|
@@ -42,7 +42,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard"
|
||||
layout="@layout/simple_keyboard"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
@@ -43,7 +43,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard_material"
|
||||
layout="@layout/simple_keyboard_material"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
@@ -42,7 +42,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard_material_light"
|
||||
layout="@layout/simple_keyboard_material_light"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
@@ -110,12 +110,12 @@
|
||||
|
||||
<include layout="@layout/cpp_simple_button_power" />
|
||||
|
||||
<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_round_brackets" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_plus" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_history" />
|
@@ -111,12 +111,12 @@ e for the specific language governing permissions and
|
||||
|
||||
<include layout="@layout/cpp_simple_button_power_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_round_brackets_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_0_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_dot_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_round_brackets_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_plus_material" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_history_material" />
|
@@ -111,12 +111,12 @@ e for the specific language governing permissions and
|
||||
|
||||
<include layout="@layout/cpp_simple_button_power_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_round_brackets_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_0_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_dot_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_round_brackets_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_plus_material_light" />
|
||||
|
||||
<include layout="@layout/cpp_simple_button_history_material_light" />
|
@@ -36,7 +36,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard"
|
||||
layout="@layout/simple_keyboard"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
@@ -36,7 +36,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard_material"
|
||||
layout="@layout/simple_keyboard_material"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
@@ -36,7 +36,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/widget_keyboard_material_light"
|
||||
layout="@layout/simple_keyboard_material_light"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="5" />
|
||||
|
Reference in New Issue
Block a user