| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/gray_bg"
- android:orientation="vertical">
- <RelativeLayout
- android:id="@+id/rl_title"
- android:layout_width="match_parent"
- android:layout_height="39dp"
- android:background="@color/text_red_ffe"
- android:paddingLeft="10dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:text="@string/mine_salary_query_title"
- android:textColor="@color/text_red_ff6"
- android:textSize="@dimen/px36_12sp" />
- <View
- android:id="@+id/v_close"
- android:layout_width="17dp"
- android:layout_height="17dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@mipmap/ic_close_orange" />
- </RelativeLayout>
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/white"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/ll_salary"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/salary_month_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_date"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="56dp"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="18dp"
- android:gravity="center_vertical"
- android:text="@string/company_name_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_company_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="18dp"
- android:layout_marginBottom="17dp"
- android:gravity="right"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/worker_name_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_work_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:id="@+id/ll_send_from"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="56dp"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="18dp"
- android:gravity="center_vertical"
- android:text="@string/send_from_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_send_from"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="18dp"
- android:layout_marginBottom="17dp"
- android:gravity="right"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:id="@+id/v_send_from"
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/employee_id_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_employee_id"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_content"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" />
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/need_pay_total_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_need_pay"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/deductions_total_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_deductions_total"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <TextView
- android:layout_width="72dp"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="@string/real_wages_title"
- android:textColor="@color/text_black_66"
- android:textSize="@dimen/px42_14sp" />
- <TextView
- android:id="@+id/tv_real_wages"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:gravity="right"
- android:maxLength="30"
- android:singleLine="true"
- android:textColor="@color/text_black"
- android:textSize="@dimen/px42_14sp" />
- </LinearLayout>
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/view_line_color_gray" />
- </LinearLayout>
- </ScrollView>
- </LinearLayout>
|