|
|
@@ -14,56 +14,58 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="2"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/oa_bg"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- >
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/start_date_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="2017-2-1"
|
|
|
- android:drawableRight="@drawable/rili"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:paddingTop="8dp"
|
|
|
- android:paddingBottom="8dp"
|
|
|
- android:paddingLeft="20dp"
|
|
|
- android:paddingRight="20dp"/>
|
|
|
- </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@color/oa_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/start_date_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:drawableRight="@drawable/rili"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:paddingTop="8dp"
|
|
|
+ android:text="2017-2-1" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/sign_to"
|
|
|
android:layout_marginTop="15dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
- />
|
|
|
+ android:text="@string/sign_to" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_weight="2"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:background="@color/oa_bg"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:layout_marginRight="20dp"
|
|
|
- >
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@color/oa_bg"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/end_date_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="2017-2-28"
|
|
|
- android:drawableRight="@drawable/rili"
|
|
|
android:drawablePadding="5dp"
|
|
|
- android:paddingTop="8dp"
|
|
|
+ android:drawableRight="@drawable/rili"
|
|
|
+ android:gravity="center"
|
|
|
android:paddingBottom="8dp"
|
|
|
android:paddingLeft="20dp"
|
|
|
- android:paddingRight="20dp"/>
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:paddingTop="8dp"
|
|
|
+ android:text="2017-2-28" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
@@ -72,160 +74,168 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="8dp"
|
|
|
- android:background="@color/oa_bg"
|
|
|
android:layout_marginTop="10dp"
|
|
|
- />
|
|
|
+ android:background="@color/oa_bg" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
+
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/qinfenbang"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginTop="8dp"/>
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:src="@drawable/qinfenbang" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/all_hardworking_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/sign_look_alldatas"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:drawableRight="@drawable/chakan"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:textColor="@color/blue"/>
|
|
|
+ android:drawableRight="@drawable/chakan"
|
|
|
+ android:text="@string/sign_look_alldatas"
|
|
|
+ android:textColor="@color/blue" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingTop="20dp"
|
|
|
- android:paddingBottom="20dp">
|
|
|
+ android:paddingBottom="20dp"
|
|
|
+ android:paddingTop="20dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:orientation="vertical"
|
|
|
android:gravity="center_horizontal"
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:id="@+id/hardworking_first_tv"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:background="@drawable/garden_padding_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/sign_the_first"
|
|
|
- android:layout_marginTop="10dp"/>
|
|
|
- </LinearLayout>
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/hardworking_first_tv"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/garden_padding_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/sign_the_first" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:orientation="vertical"
|
|
|
- android:gravity="center_horizontal">
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/hardworking_second_tv"
|
|
|
android:layout_width="60dp"
|
|
|
android:layout_height="60dp"
|
|
|
android:background="@drawable/garden_padding_bg"
|
|
|
android:gravity="center"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/sign_the_second"
|
|
|
- android:layout_marginTop="10dp"/>
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/sign_the_second" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:orientation="vertical"
|
|
|
- android:gravity="center_horizontal">
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/hardworking_third_tv"
|
|
|
android:layout_width="60dp"
|
|
|
android:layout_height="60dp"
|
|
|
android:background="@drawable/garden_padding_bg"
|
|
|
android:gravity="center"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/sign_the_third"
|
|
|
- android:layout_marginTop="10dp"/>
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/sign_the_third" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="8dp"
|
|
|
- android:background="@color/oa_bg"
|
|
|
- />
|
|
|
+ android:background="@color/oa_bg" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingTop="8dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:paddingBottom="8dp"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:paddingTop="8dp">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="2"
|
|
|
- android:text="@string/name"/>
|
|
|
+ android:text="@string/name" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="2"
|
|
|
- android:text="@string/sign_late"/>
|
|
|
+ android:text="@string/sign_late" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="2"
|
|
|
- android:text="@string/sign_leave"/>
|
|
|
+ android:text="@string/sign_leave" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="2"
|
|
|
- android:text="@string/sign_Absenteeism"/>
|
|
|
+ android:text="@string/sign_Absenteeism" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="2"
|
|
|
android:text="@string/sign_actualtime"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"/>
|
|
|
+ android:layout_weight="1" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
- android:background="@color/oa_bg"
|
|
|
- />
|
|
|
+ android:background="@color/oa_bg" />
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
|
android:id="@+id/attendances_mylv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
- </com.xzjmyk.pm.activity.view.MyListView>
|
|
|
+ android:layout_marginLeft="10dp"></com.xzjmyk.pm.activity.view.MyListView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
</ScrollView>
|