Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • orderCenter
  • src
  • main
  • res
  • layout
  • fragment_order_part.xml
Find file
Normal viewHistoryPermalink
fragment_order_part.xml 1.1 KB
Newer Older
罗翻's avatar
增加服务说明页面,去除basepresenter中的mActivity
3a16a783
 
罗翻 committed 7 years ago
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:app="http://schemas.android.com/apk/res-auto">

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
mReturn's avatar
收发货UI
634b34c9
 
mReturn committed 5 years ago
7
        android:background="@color/cl_white"
罗翻's avatar
增加服务说明页面,去除basepresenter中的mActivity
3a16a783
 
罗翻 committed 7 years ago
8 9 10 11 12
        android:orientation="vertical">

        <android.support.design.widget.TabLayout
            android:id="@+id/tb_message"
            android:layout_width="match_parent"
罗翻's avatar
增加备件列表,物流信息等页面
5db0dd03
 
罗翻 committed 7 years ago
13
            android:layout_height="46dp"
罗翻's avatar
增加服务说明页面,去除basepresenter中的mActivity
3a16a783
 
罗翻 committed 7 years ago
14 15 16 17
            app:tabIndicatorColor="@color/cl_receiving_order_item_data"
            app:tabMaxWidth="0dp"
            app:tabSelectedTextColor="@color/cl_receiving_order_item_data"
            app:tabTextAppearance="@style/TabLayoutTextStyle"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
18
            android:textSize="14sp"
罗翻's avatar
增加服务说明页面,去除basepresenter中的mActivity
3a16a783
 
罗翻 committed 7 years ago
19 20 21 22 23 24 25 26 27 28
            app:tabTextColor="@color/cl_tab_line" />


        <android.support.v4.view.ViewPager
            android:id="@+id/vp_message"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@color/cl_white" />
    </LinearLayout>
</layout>