|
|
@@ -19,15 +19,21 @@
|
|
|
<TextView
|
|
|
android:id="@+id/name_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="会议名称:"
|
|
|
+ android:text="会议名称"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_toRightOf="@+id/name_tag"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red" />
|
|
|
<EditText
|
|
|
android:id="@+id/name_et"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@+id/name_tag"
|
|
|
android:hint="请输入,必填"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:inputType="text" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -44,15 +50,21 @@
|
|
|
<TextView
|
|
|
android:id="@+id/start_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="开始时间:"
|
|
|
+ android:text="开始时间"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_toRightOf="@+id/start_tag"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red" />
|
|
|
<TextView
|
|
|
android:id="@+id/start_tv"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@id/start_tag"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请选择,必填" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -68,15 +80,21 @@
|
|
|
<TextView
|
|
|
android:id="@+id/end_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="结束时间:"
|
|
|
+ android:text="结束时间"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_toRightOf="@+id/end_tag"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red" />
|
|
|
<TextView
|
|
|
android:id="@+id/end_tv"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@id/end_tag"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请选择,必填" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -92,14 +110,20 @@
|
|
|
<TextView
|
|
|
android:id="@+id/location_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="会议地点:"
|
|
|
+ android:text="会议地点"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_toRightOf="@+id/location_tag"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red" />
|
|
|
<EditText
|
|
|
android:id="@+id/location_et"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@id/location_tag"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请输入,必填" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -132,15 +156,21 @@
|
|
|
<TextView
|
|
|
android:id="@+id/users_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="参会人员:"
|
|
|
+ android:text="参会人员"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/form_relative_left_text"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_toRightOf="@+id/users_tag"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red" />
|
|
|
<TextView
|
|
|
android:id="@+id/users_tv"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@+id/users_tag"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请选择,必填" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -156,13 +186,14 @@
|
|
|
<TextView
|
|
|
android:id="@+id/user_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="管 理 员:"
|
|
|
+ android:text="管 理 员"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/user_tv"
|
|
|
style="@style/add_meet_tv"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:layout_toRightOf="@id/user_tag" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -184,7 +215,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tag_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="会议标签:"
|
|
|
+ android:text="会议标签"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
@@ -193,6 +224,7 @@
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@+id/tag_tag"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请选择,非必填" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -208,7 +240,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/about_tag"
|
|
|
style="@style/form_relative_left_text"
|
|
|
- android:text="会议介绍:"
|
|
|
+ android:text="会议介绍"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
@@ -216,6 +248,7 @@
|
|
|
android:id="@+id/about_et"
|
|
|
style="@style/add_meet_tv"
|
|
|
android:layout_toRightOf="@id/about_tag"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
android:hint="请输入,非必填" />
|
|
|
</RelativeLayout>
|
|
|
|