|
@@ -41,6 +41,7 @@
|
|
|
android:layout_x="232dp"
|
|
|
android:layout_y="467dp"
|
|
|
android:text="@string/cancel_btn"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="12sp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
@@ -51,6 +52,7 @@
|
|
|
android:layout_x="182dp"
|
|
|
android:layout_y="407dp"
|
|
|
android:text="@string/number_4"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<EditText
|
|
@@ -67,11 +69,12 @@
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/take_input_button2"
|
|
|
- android:layout_width="48dp"
|
|
|
+ android:layout_width="50dp"
|
|
|
android:layout_height="40dp"
|
|
|
- android:layout_x="232dp"
|
|
|
+ android:layout_x="230dp"
|
|
|
android:layout_y="377dp"
|
|
|
android:text="@string/number_2"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -81,6 +84,7 @@
|
|
|
android:layout_x="182dp"
|
|
|
android:layout_y="437dp"
|
|
|
android:text="@string/number_7"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -90,6 +94,7 @@
|
|
|
android:layout_x="282dp"
|
|
|
android:layout_y="437dp"
|
|
|
android:text="@string/number_9"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -99,6 +104,7 @@
|
|
|
android:layout_x="282dp"
|
|
|
android:layout_y="407dp"
|
|
|
android:text="@string/number_6"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -108,6 +114,7 @@
|
|
|
android:layout_x="282dp"
|
|
|
android:layout_y="377dp"
|
|
|
android:text="@string/number_3"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -116,6 +123,7 @@
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_x="232dp"
|
|
|
android:layout_y="437dp"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:text="@string/number_8"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
@@ -126,6 +134,7 @@
|
|
|
android:layout_x="232dp"
|
|
|
android:layout_y="407dp"
|
|
|
android:text="@string/number_5"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<ImageButton
|
|
@@ -143,6 +152,7 @@
|
|
|
android:layout_x="182dp"
|
|
|
android:layout_y="467dp"
|
|
|
android:text="@string/number_0"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="10dp" />
|
|
|
|
|
|
<Button
|
|
@@ -153,6 +163,7 @@
|
|
|
android:layout_y="497dp"
|
|
|
android:text="@string/confirm_btn"
|
|
|
android:textSize="10dp"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:theme="@style/Theme.ButtonStyle.CONFIRM" />
|
|
|
|
|
|
<Button
|
|
@@ -161,6 +172,7 @@
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_x="182dp"
|
|
|
android:layout_y="377dp"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:text="@string/number_1"
|
|
|
android:textSize="10dp" />
|
|
|
|