|
|
@@ -9,13 +9,13 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="11dp"
|
|
|
android:background="@color/white"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<android.support.v7.widget.CardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="133dp"
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_marginLeft="15dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginRight="15dp"
|
|
|
@@ -57,6 +57,7 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
+ android:visibility="gone"
|
|
|
android:background="@color/view_line_color_gray" />
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -64,8 +65,8 @@
|
|
|
android:layout_height="36dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingLeft="15dp"
|
|
|
- android:paddingRight="15dp">
|
|
|
+ android:paddingLeft="14dp"
|
|
|
+ android:paddingRight="10dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -73,7 +74,7 @@
|
|
|
android:drawableLeft="@mipmap/ic_home_hot"
|
|
|
android:drawablePadding="6dp"
|
|
|
android:text="@string/happy_news_title"
|
|
|
- android:textColor="@color/text_black"
|
|
|
+ android:textColor="@color/text_black_33"
|
|
|
android:textSize="@dimen/px39_13sp" />
|
|
|
|
|
|
<com.tongyu.luck.happywork.ui.widget.MarqueeTextView
|
|
|
@@ -93,17 +94,15 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
android:background="@color/white"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
+ android:layout_marginRight="14dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
@@ -122,7 +121,8 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_job_type1"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:gravity="center"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:text="@string/home_job_type1"
|
|
|
android:textColor="@color/text_black_55"
|
|
|
@@ -149,7 +149,8 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_job_type2"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:gravity="center"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:text="@string/home_job_type2"
|
|
|
android:textColor="@color/text_black_55"
|
|
|
@@ -176,7 +177,8 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_job_type3"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:gravity="center"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:text="@string/home_job_type3"
|
|
|
android:textColor="@color/text_black_55"
|
|
|
@@ -204,7 +206,8 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_job_type4"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:gravity="center"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:text="@string/home_job_type4"
|
|
|
android:textColor="@color/text_black_55"
|
|
|
@@ -218,10 +221,10 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingLeft="15dp"
|
|
|
+ android:paddingLeft="14dp"
|
|
|
android:paddingTop="10dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingBottom="15dp">
|
|
|
+ android:paddingRight="14dp"
|
|
|
+ android:paddingBottom="10dp">
|
|
|
|
|
|
<View
|
|
|
android:layout_width="0dp"
|
|
|
@@ -255,20 +258,19 @@
|
|
|
android:layout_weight="1" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/view_line_color_gray" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingLeft="15dp"
|
|
|
- android:text="@string/recommend_for_you"
|
|
|
- android:textColor="@color/text_black_66"
|
|
|
- android:textSize="@dimen/px39_13sp" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="38dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingLeft="14dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text="@string/recommend_for_you"
|
|
|
+ android:textColor="@color/text_black_66"
|
|
|
+ android:textSize="@dimen/px39_13sp" />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/view_line_color_gray" />
|
|
|
</LinearLayout>
|