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
  • userCenter
  • src
  • main
  • res
  • layout
  • view_invite_dialog.xml
Find file
Normal viewHistoryPermalink
view_invite_dialog.xml 1.56 KB
Edit
Newer Older
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13
<?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:gravity="center"
    android:orientation="vertical">

    <!--    <TextView-->
    <!--        android:layout_width="wrap_content"-->
    <!--        android:layout_height="wrap_content"-->
    <!--        android:paddingBottom="@dimen/dp_20"-->
    <!--        android:text="输入手机号" />-->

luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
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
    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/text_color"
        android:text="兄弟朋友和老乡," />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/text_color"
        android:text="我来组队接大单," />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/text_color"
        android:text="一起干活力量大," />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/text_color"
        android:text="共同富裕奔小康!" />


luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
39 40 41 42 43
    <EditText
        android:id="@+id/mobile"
        android:layout_width="130dp"
        android:layout_height="30dp"
        android:background="@null"
luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
44
        android:textColor="@color/text_color"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
45 46 47
        android:hint="输入手机号"
        android:inputType="number" />
</LinearLayout>