92 lines
4.1 KiB
XML
Executable File
92 lines
4.1 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
xmlns:tools="http://schemas.android.com/tools"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical"
|
||
tools:context=".activitys.mine.AvisoActivity">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_margin="15dp"
|
||
android:gravity="center_vertical"
|
||
android:orientation="horizontal">
|
||
|
||
<Button
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:background="@drawable/sel_btn_submit_round"
|
||
android:minWidth="0dp"
|
||
android:minHeight="0dp"
|
||
android:paddingLeft="15dp"
|
||
android:paddingTop="5dp"
|
||
android:paddingRight="15dp"
|
||
android:paddingBottom="5dp"
|
||
android:text="前一天"
|
||
android:textColor="@color/white" />
|
||
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="wrap_content"
|
||
android:layout_weight="1"
|
||
android:gravity="center"
|
||
android:textColor="#ff808080"
|
||
android:textSize="12sp"
|
||
tools:text="当前日期:2019年10月10日" />
|
||
|
||
<Button
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:background="@drawable/sel_btn_submit_round"
|
||
android:minWidth="0dp"
|
||
android:minHeight="0dp"
|
||
android:paddingLeft="15dp"
|
||
android:paddingTop="5dp"
|
||
android:paddingRight="15dp"
|
||
android:paddingBottom="5dp"
|
||
android:text="后一天"
|
||
android:textColor="@color/white" />
|
||
</LinearLayout>
|
||
|
||
<ScrollView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:layout_margin="15dp"
|
||
android:background="@drawable/shape_rectangle_white"
|
||
android:overScrollMode="never"
|
||
android:scrollbars="none">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:orientation="vertical">
|
||
|
||
<TextView
|
||
android:layout_width="335dp"
|
||
android:layout_height="25dp"
|
||
android:layout_margin="12dp"
|
||
android:textColor="#ff535353"
|
||
android:textSize="18sp"
|
||
tools:text="被通报人:利益发" />
|
||
|
||
<TextView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:padding="10dp"
|
||
android:textColor="#ff535353"
|
||
android:textSize="18sp"
|
||
tools:text=" 内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容通报内容" />
|
||
|
||
<TextView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_margin="14dp"
|
||
android:textColor="#ff535353"
|
||
android:textSize="18sp"
|
||
tools:text="通报日期:2019年10月10日" />
|
||
</LinearLayout>
|
||
</ScrollView>
|
||
|
||
</LinearLayout> |