|
|
@@ -2,13 +2,16 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:fitsSystemWindows="true">
|
|
|
-
|
|
|
+ android:background="@color/white">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/drawable_selector_bg_home_search"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/top_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp">
|
|
|
|
|
|
<ImageButton
|
|
|
android:id="@+id/back_btn"
|
|
|
@@ -21,7 +24,7 @@
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
android:id="@+id/indicator"
|
|
|
- style="@style/style_tab"
|
|
|
+ style="@style/style_tab_2"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_centerInParent="true" />
|
|
|
|
|
|
@@ -34,7 +37,7 @@
|
|
|
android:background="@android:color/transparent"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="?attr/actionBarSize"
|
|
|
- android:src="@drawable/index_download" />
|
|
|
+ android:src="@drawable/drawable_selector_ic_home_download" />
|
|
|
|
|
|
<ImageButton
|
|
|
android:id="@+id/search_btn"
|
|
|
@@ -46,7 +49,7 @@
|
|
|
android:background="@android:color/transparent"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="?attr/actionBarSize"
|
|
|
- android:src="@drawable/search_black_img" />
|
|
|
+ android:src="@drawable/drawable_selector_ic_home_search" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/my_walfare_btn"
|
|
|
@@ -61,7 +64,7 @@
|
|
|
android:paddingEnd="17dp"
|
|
|
android:paddingStart="17dp"
|
|
|
android:text="我的礼包"
|
|
|
- android:textColor="@color/black_text_deep"
|
|
|
+ android:textColor="@color/tc_home_search_2"
|
|
|
android:textSize="12sp"
|
|
|
android:visibility="gone" />
|
|
|
</RelativeLayout>
|
|
|
@@ -70,6 +73,7 @@
|
|
|
android:id="@+id/pager"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
android:layout_below="@+id/top_bar" />
|
|
|
|
|
|
</RelativeLayout>
|