|
|
|
|
@ -12,41 +12,45 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
tools:ignore="ExtraText">
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_tip"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="#FFFF00"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
|
android:paddingStart="10dp"
|
|
|
|
|
android:paddingEnd="10dp"
|
|
|
|
|
android:textColor="#d9524b"
|
|
|
|
|
android:text="本平台为非涉密平台,严禁处理、传输国家秘密、工作秘密、商业秘密、敏感信息。"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30px"
|
|
|
|
|
android:layout_height="15dp"
|
|
|
|
|
android:scaleType="fitXY"
|
|
|
|
|
android:src="@drawable/top_image" />
|
|
|
|
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.AutoGridView
|
|
|
|
|
android:id="@+id/gv"
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:numColumns="4" />
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
<com.rehome.zhdcoa.weiget.AutoGridView
|
|
|
|
|
android:id="@+id/gv"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:paddingBottom="10dp"
|
|
|
|
|
android:numColumns="4" />
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_tip"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="#FFFF00"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
|
android:paddingStart="10dp"
|
|
|
|
|
android:paddingEnd="10dp"
|
|
|
|
|
android:textColor="#d9524b"
|
|
|
|
|
android:text="本平台为非涉密平台,严禁处理、传输国家秘密、工作秘密、商业秘密、敏感信息。"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|