|
@@ -205,34 +205,7 @@
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/txt_seven"
|
|
|
- android:layout_width="@dimen/result_circle_size"
|
|
|
- android:layout_height="@dimen/result_circle_size"
|
|
|
- android:background="@drawable/bg_cicle_result_status"
|
|
|
- android:backgroundTint="@color/number_7"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="16sp"
|
|
|
- android:textStyle="bold" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/number_seven"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="16sp"
|
|
|
- android:textStyle="bold" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/txt_eight"
|
|
|
+ android:id="@+id/txt_cancel"
|
|
|
android:layout_width="@dimen/result_circle_size"
|
|
|
android:layout_height="@dimen/result_circle_size"
|
|
|
android:background="@drawable/bg_cicle_result_status"
|
|
@@ -245,7 +218,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/number_eight"
|
|
|
+ android:text="@string/cancel"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="16sp"
|
|
|
android:textStyle="bold" />
|