|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/editResultOne"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/divider_80px"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
|
android:layout_marginStart="@dimen/divider_20px"
|
|
|
android:layout_marginTop="@dimen/divider_118px"
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/editResultTwo"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/divider_80px"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
|
android:layout_marginStart="@dimen/divider_20px"
|
|
|
android:layout_marginTop="@dimen/divider_15px"
|
|
|
@@ -98,7 +98,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/editResultThree"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/divider_80px"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
|
android:layout_marginStart="@dimen/divider_20px"
|
|
|
android:layout_marginTop="@dimen/divider_15px"
|
|
|
@@ -128,7 +128,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/editResultFour"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/divider_80px"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
|
android:layout_marginStart="@dimen/divider_20px"
|
|
|
android:layout_marginTop="@dimen/divider_15px"
|
|
|
@@ -158,7 +158,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/editResultFive"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/divider_80px"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
|
android:layout_marginStart="@dimen/divider_20px"
|
|
|
android:layout_marginTop="@dimen/divider_15px"
|