进出入完善组织机构并加入导入人员和机构功能
554325746@qq.com
2019-08-07 07a66e53d2b4126c2004870d81a379d8ef0071da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/fragment_background_and_border"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/topBlurView"
        android:layout_width="match_parent"
        android:layout_height="@dimen/h450"
        android:layout_marginTop="@dimen/h65" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/topBlurView1"
        android:layout_width="match_parent"
        android:layout_height="@dimen/h1135"
        android:layout_alignParentBottom="true"
        android:layout_marginTop="@dimen/h170" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/topBlurView2"
        android:layout_width="match_parent"
        android:layout_height="@dimen/h675"
        android:layout_marginTop="@dimen/h65" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/topBlurView3"
        android:layout_width="match_parent"
        android:layout_height="@dimen/h560"
        android:layout_marginTop="@dimen/h65" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/topBlurView4"
        android:layout_width="match_parent"
        android:layout_height="@dimen/h520"
        android:layout_marginTop="@dimen/h65" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/fullscreenBlurView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h65" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/bottomBlurView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h495" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/bottomBlurView2"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h720" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/bottomBlurView3"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h605" />
 
    <com.basic.security.widget.OutBorderBlurView
        android:id="@+id/bottomBlurView4"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h585" />
 
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/h65"
        android:padding="@dimen/h20">
        <!--410,635-->
        <TextView
            android:id="@+id/topBackground"
            android:layout_width="match_parent"
            android:layout_height="@dimen/h410"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/topBackground1"
            android:layout_width="match_parent"
            android:layout_height="@dimen/h1095"
            android:layout_alignParentBottom="true"
            android:layout_marginTop="@dimen/h105"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/topBackground2"
            android:layout_width="match_parent"
            android:layout_height="@dimen/h635"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/topBackground3"
            android:layout_width="match_parent"
            android:layout_height="@dimen/h520"
            android:background="@drawable/identity_list_background" />
        <TextView
            android:id="@+id/topBackground4"
            android:layout_width="match_parent"
            android:layout_height="@dimen/h500"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/fullscreenBackground"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/bottomBackground"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="@dimen/h430"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/bottomBackground2"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="@dimen/h655"
            android:background="@drawable/identity_list_background" />
 
        <TextView
            android:id="@+id/bottomBackground3"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="@dimen/h540"
            android:background="@drawable/identity_list_background" />
        <TextView
            android:id="@+id/bottomBackground4"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="@dimen/h520"
            android:background="@drawable/identity_list_background" />
    </RelativeLayout>
 
</RelativeLayout>