|
|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="19dp"
|
|
|
android:text="@string/week_work_hour"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/px42_14sp" />
|
|
|
@@ -56,7 +56,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="33dp"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="19dp"
|
|
|
android:text="@string/week_repay"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/px42_14sp" />
|
|
|
@@ -95,7 +95,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="33dp"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
@@ -121,7 +121,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:text="@string/clock_tips"
|
|
|
android:textColor="@color/white_70"
|
|
|
android:textSize="@dimen/px33_11sp" />
|
|
|
@@ -131,7 +131,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="79dp"
|
|
|
android:layout_marginLeft="14dp"
|
|
|
- android:layout_marginTop="29dp"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
android:layout_marginRight="14dp"
|
|
|
app:cardCornerRadius="8dp"
|
|
|
app:cardElevation="0dp">
|