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
  • item_scan_sn.xml
Find file
BlameHistoryPermalink
  • mReturn's avatar
    处理工单页改版 · 8e495d2d
    mReturn committed 5 years ago
    8e495d2d
item_scan_sn.xml 1.96 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
<?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="wrap_content"
    android:orientation="vertical"
    >
    <LinearLayout
        android:id="@+id/rl_serial_num"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_54"
        android:layout_below="@id/line_version"
        android:background="@color/cl_white"
        android:gravity="center_vertical"
        android:orientation="horizontal">

        <TextView
            android:id="@+id/tv_serial_num"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="@dimen/dp_13"
            android:text="@string/order_serail"
            android:textColor="@color/cl_home_title_text_color"
            android:textSize="@dimen/sp_15" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="*"
            android:textColor="#F74848"
            android:textSize="@dimen/sp_15" />

        <EditText
            android:id="@+id/et_serial_num"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="76dp"
            android:layout_weight="1"
            android:background="@null"
            android:hint="@string/order_serail_hint"
            android:maxEms="50"
            android:textColor="@color/default_text_color"
            android:textSize="@dimen/sp_15" />

        <ImageView
            android:id="@+id/scan"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginRight="15dp"
            android:src="@drawable/icon_scan" />
    </LinearLayout>
    <ImageView
        android:id="@+id/line_serial"
        style="@style/line"
        />
</LinearLayout>