|
|
@@ -59,15 +59,14 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/clock_today_repay"
|
|
|
+ android:text="@string/clock_repay_total_all"
|
|
|
android:textColor="@color/text_black"
|
|
|
- android:textSize="@dimen/px51_17sp"
|
|
|
+ android:textSize="@dimen/px48_16sp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -85,35 +84,94 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/yuan"
|
|
|
android:textColor="@color/text_black"
|
|
|
- android:textSize="@dimen/px51_17sp"
|
|
|
+ android:textSize="@dimen/px48_16sp"
|
|
|
android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_day"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:id="@+id/tv_clock_in"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:text="本月累计打卡 0 天"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:lineSpacingExtra="10dp"
|
|
|
+ android:text="@string/clock_in_result_tips"
|
|
|
android:textColor="@color/text_black"
|
|
|
- android:textSize="@dimen/px51_17sp"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:textSize="@dimen/px42_14sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_clock_out"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:text="@string/clock_result_tips"
|
|
|
- android:textColor="@color/text_black_66"
|
|
|
- android:textSize="@dimen/px45_15sp" />
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="今日打卡已完成,打卡时长 "
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px42_14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hour"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="10"
|
|
|
+ android:textColor="@color/blue_00"
|
|
|
+ android:textSize="@dimen/px60_20sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=" 小时,"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px42_14sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="可预支工资 "
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px42_14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_day_repay"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="21.88"
|
|
|
+ android:textColor="@color/blue_00"
|
|
|
+ android:textSize="@dimen/px60_20sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=" 元。明天也要努力哦!"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px42_14sp" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<Button
|
|
|
android:layout_width="269dp"
|
|
|
android:layout_height="43dp"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="85dp"
|
|
|
- android:layout_marginBottom="96dp"
|
|
|
+ android:layout_marginTop="62dp"
|
|
|
+ android:layout_marginBottom="85dp"
|
|
|
android:background="@drawable/corners_stroke_black_5dp"
|
|
|
android:text="@string/clock_result_watch"
|
|
|
android:textColor="@color/text_black"
|