|
|
@@ -2,18 +2,23 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@color/bg_main"
|
|
|
>
|
|
|
-
|
|
|
+<ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/senior_setting_auto_sign_rl"
|
|
|
- style="@style/IMTbleLine1"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:visibility="visible">
|
|
|
+ style="@style/IMTbleLine2"
|
|
|
+ android:visibility="visible"
|
|
|
+ android:background="@color/white"
|
|
|
+ >
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/senior_setting_auto_sign_tv"
|
|
|
@@ -47,13 +52,26 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="10px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
+ android:background="@color/item_line"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:text="上班后多久打卡分别计算为迟到、严重迟到、早退、旷工"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:gravity="center_vertical"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/senior_setting_late_time_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
+ style="@style/IMTbleLine2"
|
|
|
android:layout_height="40dp"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/senior_setting_late_time_text"
|
|
|
@@ -85,12 +103,14 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/senior_setting_serious_late_time_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
+ style="@style/IMTbleLine2"
|
|
|
android:layout_height="40dp"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/senior_setting_serious_late_time_text"
|
|
|
@@ -122,12 +142,14 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/senior_setting_Leave_early_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
+ style="@style/IMTbleLine2"
|
|
|
android:layout_height="40dp"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/senior_setting_Leave_early_text"
|
|
|
@@ -159,10 +181,12 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="2px"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/senior_setting_absenteeism_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
+ style="@style/IMTbleLine2"
|
|
|
android:layout_height="40dp"
|
|
|
android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
@@ -206,4 +230,6 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/text_main"
|
|
|
android:background="@drawable/bg_bule_btn"/>
|
|
|
+ </LinearLayout>
|
|
|
+</ScrollView>
|
|
|
</LinearLayout>
|