|
|
|
@ -30,24 +30,24 @@
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textSize="20sp"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_marginEnd="4dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="公司编号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1_1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="@{been.companyCode}" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="45dp"-->
|
|
|
|
|
<!-- android:layout_marginTop="5dp"-->
|
|
|
|
|
<!-- android:layout_marginEnd="4dp">-->
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/text_style1"-->
|
|
|
|
|
<!-- android:layout_width="100dp"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:text="公司编号:" />-->
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/text_style1_1"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:text="@{been.companyCode}" />-->
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -144,6 +144,42 @@
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="@{user.teamName}" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="4dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="用户编号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1_1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="@{user.username}" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="4dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="用户名称:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_style1_1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="@{user.nickName}" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/dialog_button"
|
|
|
|
|