Newer
Older
dxcgt_app / app / src / main / res / layout / fragment_mainfirst.xml
wangxitong on 12 Jan 2021 5 KB first commit
<?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/activity_bg"
              android:orientation="vertical"
              android:paddingBottom="5dp"
              android:paddingTop="5dp">

     <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="2"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

        <!--<ImageView-->
            <!--android:id="@+id/mIvEducation"-->
            <!--style="@style/image_main"-->
            <!--android:src="@drawable/icon_education"/>-->

        <ImageView
            android:id="@+id/iurgency"
            style="@style/image_main"
            android:src="@drawable/main_mytask"/>

        <include layout="@layout/include_weight2"/>
     <ImageView
            android:id="@+id/isupervision"
            style="@style/image_main"
            android:src="@drawable/main_message"/>
          
        <include layout="@layout/include_weight2"/>

        <ImageView
            android:id="@+id/ilist"
            style="@style/image_main"
            android:src="@drawable/main_map"/>

        <include layout="@layout/include_weight"/>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

        <!--<TextView-->
            <!--android:id="@+id/mTvEducation"-->
            <!--style="@style/text_main"-->
            <!--android:text="宣传教育"/>-->
       <TextView
             android:id="@+id/urgency"
            style="@style/text_main"
            android:text="我的任务"/>
       

        <include layout="@layout/include_weight"/>

          <TextView
             android:id="@+id/supervision"
            style="@style/text_main"
            android:text="我的消息"/>

        <include layout="@layout/include_weight"/>

        <TextView
             android:id="@+id/list"
            style="@style/text_main"
            android:text="地图查询"/>

        <include layout="@layout/include_weight"/>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="2"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

        <!--<ImageView-->
            <!--android:id="@+id/mIvEducation"-->
            <!--style="@style/image_main"-->
            <!--android:src="@drawable/icon_education"/>-->

        <ImageView
            android:id="@+id/isearch"
            style="@style/image_main"
            android:src="@drawable/main_probleminput"/>

        <include layout="@layout/include_weight2"/>

           <ImageView
            android:id="@+id/ionline"
            style="@style/image_main"
            android:src="@drawable/main_problemcheck"/>

        <include layout="@layout/include_weight2"/>

     <ImageView
            android:id="@+id/imap"
            style="@style/image_main"
            android:src="@drawable/main_problemrecheck"/>
        

        <include layout="@layout/include_weight"/>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

        <!--<TextView-->
            <!--android:id="@+id/mTvEducation"-->
            <!--style="@style/text_main"-->
            <!--android:text="宣传教育"/>-->

        <TextView
             android:id="@+id/search"
            style="@style/text_main"
            android:text="案卷查询"/>

        <include layout="@layout/include_weight"/>

             <TextView
            android:id="@+id/online"
            style="@style/text_main"
            android:text="在岗人员"/>

        <include layout="@layout/include_weight"/>

         <TextView
           android:id="@+id/map"
            style="@style/text_main"
            android:text="地图查询"/>

        <include layout="@layout/include_weight"/>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="2"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

          <ImageView
            android:id="@+id/istatistical"
            style="@style/image_main"
            android:src="@drawable/main_probleminput"/>

        <include layout="@layout/include_weight2"/>

      <ImageView
            android:id="@+id/imessage"
            style="@style/image_main"
            android:src="@drawable/main_history"/>

        <include layout="@layout/include_weight2"/>

      <ImageView
            android:id="@+id/iexit"
            style="@style/image_main"
            android:src="@drawable/main_dial"/>

        <include layout="@layout/include_weight"/>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <include layout="@layout/include_weight"/>

          <TextView
           android:id="@+id/statistical"
            style="@style/text_main"
            android:text="统计分析"/>

        <include layout="@layout/include_weight"/>
       
       <TextView
             android:id="@+id/message"
            style="@style/text_main"
            android:text="我的消息"/>
  

        <include layout="@layout/include_weight"/>

      <TextView
            android:id="@+id/exit"
            style="@style/text_main"
            android:text="系统退出"/>

        <include layout="@layout/include_weight"/>
    </LinearLayout>
</LinearLayout>