|
@@ -23,25 +23,41 @@
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <FrameLayout
|
|
|
|
- android:id="@+id/ll_title_box"
|
|
|
|
|
|
+ <!-- Title的布局 -->
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:background="@drawable/shape_gradient_proifle_title_top">
|
|
|
|
|
|
+ android:background="@drawable/shape_gradient_proifle_title_top"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <com.guadou.lib_baselib.view.titlebar.EasyTitleBar
|
|
|
|
- android:id="@+id/title_bar_parttime_job_profile"
|
|
|
|
|
|
+ <com.guadou.lib_baselib.view.titlebar.StatusbarGrayView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:textSize="@dimen/d_18sp"
|
|
|
|
- app:Easy_backRes="@null"
|
|
|
|
- app:Easy_hasStatusPadding="true"
|
|
|
|
- app:Easy_lineState="gone"
|
|
|
|
- app:Easy_title="我的"
|
|
|
|
- app:Easy_titleBarBackground="@color/transparent"
|
|
|
|
- app:Easy_titleColor="@color/white" />
|
|
|
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
+
|
|
|
|
+ <FrameLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_46dp">
|
|
|
|
+
|
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="我的"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/d_18sp" />
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
|
+ android:layout_height="28.5dp"
|
|
|
|
+ android:layout_gravity="center_vertical|right"
|
|
|
|
+ android:layout_marginTop="1.5dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_12dp"
|
|
|
|
+ android:src="@drawable/part_time_me_qna" />
|
|
|
|
+
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
- </FrameLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
android:id="@+id/refresh_layout"
|
|
android:id="@+id/refresh_layout"
|
|
@@ -50,7 +66,7 @@
|
|
android:focusable="true"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:focusableInTouchMode="true"
|
|
app:srlAccentColor="#03A3FE"
|
|
app:srlAccentColor="#03A3FE"
|
|
- app:srlEnablePreviewInEditMode="true"
|
|
|
|
|
|
+ app:srlEnablePreviewInEditMode="false"
|
|
app:srlPrimaryColor="@color/app_blue">
|
|
app:srlPrimaryColor="@color/app_blue">
|
|
|
|
|
|
<com.scwang.smart.refresh.header.ClassicsHeader
|
|
<com.scwang.smart.refresh.header.ClassicsHeader
|
|
@@ -65,6 +81,7 @@
|
|
android:overScrollMode="never">
|
|
android:overScrollMode="never">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
|
+ android:id="@+id/ll_root_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#FAFDFF"
|
|
android:background="#FAFDFF"
|
|
@@ -119,7 +136,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/profile_black_28394a"
|
|
android:textColor="@color/profile_black_28394a"
|
|
android:textSize="24sp"
|
|
android:textSize="24sp"
|
|
- tools:text="Lisa Yang" />
|
|
|
|
|
|
+ android:text="阳顶天" />
|
|
|
|
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewRegular
|
|
<com.guadou.lib_baselib.font_text_view.TextViewRegular
|
|
@@ -130,7 +147,7 @@
|
|
android:layout_marginTop="@dimen/d_2dp"
|
|
android:layout_marginTop="@dimen/d_2dp"
|
|
android:textColor="#8098B2"
|
|
android:textColor="#8098B2"
|
|
android:textSize="13.8dp"
|
|
android:textSize="13.8dp"
|
|
- tools:text="Fangyuan@hongyegroup.com" />
|
|
|
|
|
|
+ android:text="Fangyuan@hongyegroup.com" />
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewRegular
|
|
<com.guadou.lib_baselib.font_text_view.TextViewRegular
|
|
android:id="@+id/text_view_joined_date"
|
|
android:id="@+id/text_view_joined_date"
|
|
@@ -140,7 +157,7 @@
|
|
android:layout_marginTop="@dimen/d_2dp"
|
|
android:layout_marginTop="@dimen/d_2dp"
|
|
android:textColor="#8098B2"
|
|
android:textColor="#8098B2"
|
|
android:textSize="13.8dp"
|
|
android:textSize="13.8dp"
|
|
- tools:text="10,May 2020" />
|
|
|
|
|
|
+ android:text="10,May 2020" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/ll_profile_me_detail_point"
|
|
android:id="@+id/ll_profile_me_detail_point"
|
|
@@ -149,7 +166,6 @@
|
|
android:layout_marginTop="@dimen/d_6dp"
|
|
android:layout_marginTop="@dimen/d_6dp"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
-
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
<com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
android:id="@+id/text_view_profile_points"
|
|
android:id="@+id/text_view_profile_points"
|
|
android:layout_width="105dp"
|
|
android:layout_width="105dp"
|
|
@@ -171,7 +187,6 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -268,389 +283,12 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <!-- 基本信息 -->
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_5dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_5dp"
|
|
|
|
- android:background="@drawable/profile_white_shadow_comm_bg"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingTop="@dimen/d_25dp"
|
|
|
|
- android:paddingBottom="@dimen/d_38dp">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:text="个人信息"
|
|
|
|
- android:textColor="@color/profile_black_28394a"
|
|
|
|
- android:textSize="17dp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/text_view_name"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_name_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- tools:text="Lisa Yang" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/text_view_email_address_below"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_email_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/text_view_mobile_number"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_phone_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/text_view_nric_no"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_nric_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/text_view_nationality"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_lang_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_rate"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_rate_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="@string/null_data"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/rl_request_view_profile_total_hours"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:visibility="visible">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_hours_icon"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="Total Hours: "
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_request_view_profile_total_hours"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="1024"
|
|
|
|
- android:textColor="@color/app_blue"
|
|
|
|
- android:textSize="@dimen/d_14sp" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_3dp"
|
|
|
|
- android:text="Hrs"
|
|
|
|
- android:textColor="@color/gray_text"
|
|
|
|
- android:textSize="@dimen/d_15sp" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <View
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="1dp"
|
|
|
|
- android:layout_weight="1" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_profile_rules"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
|
- android:layout_toLeftOf="@id/iv_total_hours_arrow"
|
|
|
|
- android:text="Rules"
|
|
|
|
- android:textColor="@color/app_blue"
|
|
|
|
- android:textSize="14.5sp" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_total_hours_arrow"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:src="@drawable/back_more_black" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <!-- 技能的选择 -->
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_edit_profile_work_type"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_5dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_5dp"
|
|
|
|
- android:background="@drawable/profile_white_shadow_comm_bg"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingTop="@dimen/d_25dp"
|
|
|
|
- android:paddingBottom="@dimen/d_38dp">
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:text="技能"
|
|
|
|
- android:textColor="@color/profile_black_28394a"
|
|
|
|
- android:textSize="17dp" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:src="@drawable/back_more_black"
|
|
|
|
- app:tint="@color/gray_8098B2"
|
|
|
|
- tools:tint="@color/gray_8098B2" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_edit_profile_work_type1"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_15dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingLeft="@dimen/d_23dp"
|
|
|
|
- android:visibility="visible">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type1"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon1"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:paddingBottom="@dimen/d_10dp"
|
|
|
|
- android:text="Clean Service"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type2"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon2"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:paddingBottom="@dimen/d_10dp"
|
|
|
|
- android:text="Business"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_edit_profile_work_type2"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingLeft="@dimen/d_23dp"
|
|
|
|
- android:visibility="visible">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type3"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon3"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:paddingBottom="@dimen/d_10dp"
|
|
|
|
- android:text="Finance"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type4"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon4"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:paddingBottom="@dimen/d_10dp"
|
|
|
|
- android:text="Food & Banquet"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_edit_profile_work_type3"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingLeft="@dimen/d_23dp"
|
|
|
|
- android:visibility="visible"
|
|
|
|
- android:weightSum="2">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type5"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon5"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:paddingBottom="@dimen/d_15dp"
|
|
|
|
- android:text="Recruitment"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
|
- android:id="@+id/tv_edit_profile_work_type6"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:drawableLeft="@drawable/profile_detail_skill_icon6"
|
|
|
|
- android:drawablePadding="@dimen/d_12dp"
|
|
|
|
- android:text="Recruitment"
|
|
|
|
- android:textColor="@color/profile_black_8098b2"
|
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
|
- android:visibility="gone" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <!-- 证书 -->
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ <!-- 异步加载-其他的布局 -->
|
|
|
|
+ <com.guadou.cs_cptservices.widget.AsyncViewStub
|
|
|
|
+ android:id="@+id/view_stub_root"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginLeft="@dimen/d_5dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_5dp"
|
|
|
|
- android:background="@drawable/profile_white_shadow_comm_bg"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:paddingTop="@dimen/d_25dp"
|
|
|
|
- android:paddingBottom="@dimen/d_38dp">
|
|
|
|
-
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:text="食品证书"
|
|
|
|
- android:textColor="@color/profile_black_28394a"
|
|
|
|
- android:textSize="17dp" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <FrameLayout
|
|
|
|
- android:id="@+id/fl_certificate_box"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_17dp">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_certificate_img"
|
|
|
|
- android:layout_width="98dp"
|
|
|
|
- android:layout_height="98dp"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:background="#F0F2F9" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_upload_empty"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:src="@drawable/profile_edit_cert_empty_img"
|
|
|
|
- android:visibility="visible" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/iv_certificate_img_delete"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right|top"
|
|
|
|
- android:layout_marginLeft="95dp"
|
|
|
|
- android:paddingLeft="@dimen/d_5dp"
|
|
|
|
- android:paddingTop="-10dp"
|
|
|
|
- android:paddingRight="@dimen/d_5dp"
|
|
|
|
- android:paddingBottom="@dimen/d_5dp"
|
|
|
|
- android:src="@drawable/profile_edit_cert_delete"
|
|
|
|
- android:visibility="visible" />
|
|
|
|
-
|
|
|
|
- </FrameLayout>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <!-- 个人信息的到达率等懒加载信息 -->
|
|
|
|
- <!-- <ViewStub-->
|
|
|
|
- <!-- android:id="@+id/view_stub_rating"-->
|
|
|
|
- <!-- android:layout_width="match_parent"-->
|
|
|
|
- <!-- android:layout_height="match_parent"-->
|
|
|
|
- <!-- android:layout="@layout/include_pensonal_turn_up_rate"-->
|
|
|
|
- <!-- />-->
|
|
|
|
|
|
+ app:layout="@layout/include_pensonal_turn_up_rate" />
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_width="1dp"
|