|
@@ -34,7 +34,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultOne"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
@@ -62,7 +62,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvHundredMinusSeven" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultTwo"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
@@ -90,7 +90,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvHundredMinusSevenTwo" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultThree"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
@@ -119,7 +119,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvHundredMinusSeventhree" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultFour"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
@@ -147,7 +147,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvHundredMinusSevenFour" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultFive"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|
|
@@ -175,7 +175,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvHundredMinusSevenFive" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvResultSix"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_53px"
|