|
|
@@ -106,7 +106,7 @@
|
|
|
android:textSize="@dimen/text_main"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginRight="10dp"
|
|
|
- android:background="#62AFE5"
|
|
|
+ android:background="@drawable/bg_bule_btn"
|
|
|
android:visibility="visible"
|
|
|
android:layout_marginTop="5dp"
|
|
|
/>
|
|
|
@@ -115,7 +115,7 @@
|
|
|
android:id="@+id/seconds_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="35dp"
|
|
|
- android:padding="10dp"
|
|
|
+ android:padding="2dp"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/text_main"
|
|
|
android:layout_alignParentRight="true"
|
|
|
@@ -142,8 +142,8 @@
|
|
|
android:textSize="@dimen/text_main"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginRight="10dp"
|
|
|
- android:background="@color/white"
|
|
|
android:layout_gravity="right"
|
|
|
+ android:background="@null"
|
|
|
/>
|
|
|
|
|
|
<Button
|