You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DYWOA/app/src/main/res/layout/activity_dj_statistics.xml

129 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#ffffff"
tools:context=".ui.activity.sbxdjgl.DjStatisticsActivity">
<include
android:id="@+id/toolbarView"
android:visibility="visible"
layout="@layout/layout_base" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/ll_top"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#dcdcdc"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="15px" />
<RelativeLayout
android:id="@+id/rl_now_day_dj"
android:layout_width="match_parent"
android:gravity="center_vertical"
style="@style/logItemStyle">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/selector_list_item"
android:drawableLeft="@drawable/icon_zhizhanglog"
android:drawablePadding="20px"
android:gravity="center_vertical"
android:padding="20px"
android:text="当天点检任务执行情况"
android:textColor="@color/black"
style="@style/logItemTextStyle" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerInParent="true"
android:layout_marginRight="25px"
android:background="@drawable/packup"
android:gravity="center"
android:textSize="25px"/>
</RelativeLayout>
<View
android:layout_width="match_parent"
android:layout_height="15px" />
<RelativeLayout
android:id="@+id/rl_zh_tj"
android:layout_width="match_parent"
android:gravity="center_vertical"
style="@style/logItemStyle">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/selector_list_item"
android:drawableLeft="@drawable/icon_zhuzhi"
android:drawablePadding="30px"
android:gravity="center_vertical"
android:padding="20px"
android:text="点检综合统计信息"
android:textColor="@color/black"
style="@style/logItemTextStyle" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerInParent="true"
android:layout_marginRight="25px"
android:background="@drawable/packup"
android:gravity="center"
android:textSize="25px"/>
</RelativeLayout>
<View
android:layout_width="match_parent"
android:layout_height="15px" />
<RelativeLayout
android:id="@+id/rl_historyDj"
android:layout_width="match_parent"
android:gravity="center_vertical"
style="@style/logItemStyle">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/selector_list_item"
android:drawableLeft="@drawable/icon_debuglog"
android:drawablePadding="20px"
android:gravity="center_vertical"
android:padding="20px"
android:text="历史点检记录"
android:textColor="@color/black"
style="@style/logItemTextStyle" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerInParent="true"
android:layout_marginRight="25px"
android:background="@drawable/packup"
android:gravity="center"
android:textSize="25px"/>
</RelativeLayout>
<View
android:layout_width="match_parent"
android:layout_height="15px" />
</LinearLayout>
</ScrollView>
</LinearLayout>