|
|
|
@ -653,7 +653,7 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="权益工具"
|
|
|
|
|
android:text="健康物联"
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
@ -666,55 +666,57 @@
|
|
|
|
|
android:weightSum="4"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_start_bs"
|
|
|
|
|
android:id="@+id/ll_daily_poster"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_mine_start_bs"
|
|
|
|
|
android:background="@mipmap/icon_daily_poster"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="2999创业"
|
|
|
|
|
android:text="今日海报"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|
android:textColor="@color/col_7c7"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_daily_poster"
|
|
|
|
|
android:id="@+id/ll_wearable_device"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_daily_poster"
|
|
|
|
|
android:background="@mipmap/icon_wearable_device"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="今日海报"
|
|
|
|
|
android:text="穿戴手表"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|
android:textColor="@color/col_7c7"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_wearable_device"
|
|
|
|
|
android:id="@+id/ll_magic_test"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -724,12 +726,12 @@
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_wearable_device"
|
|
|
|
|
android:background="@mipmap/icon_magic_test"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="穿戴设备"
|
|
|
|
|
android:text="魔镜体测"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
@ -737,26 +739,23 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
|
|
android:id="@+id/ll_internet_thing"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_family_health"
|
|
|
|
|
android:background="@mipmap/icon_health_internet_thing"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="家人健康"
|
|
|
|
|
android:text="健康物联"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
@ -764,6 +763,7 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
@ -802,6 +802,7 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_24"
|
|
|
|
|
android:weightSum="4"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
@ -850,8 +851,9 @@
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|
android:textColor="@color/col_7c7"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_about_us"
|
|
|
|
|
android:id="@+id/ll_shipping_address"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -861,18 +863,19 @@
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_about_us"
|
|
|
|
|
android:background="@mipmap/icon_shipping_address"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="关于我们"
|
|
|
|
|
android:text="收货地址"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|
android:textColor="@color/col_7c7"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_up_graded"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -904,10 +907,13 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_24"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_22"
|
|
|
|
|
android:weightSum="4"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_shipping_address"
|
|
|
|
|
android:id="@+id/ll_start_bs"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -917,12 +923,12 @@
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_shipping_address"
|
|
|
|
|
android:background="@mipmap/icon_mine_start_bs"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="收货地址"
|
|
|
|
|
android:text="2999创业"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
@ -953,7 +959,7 @@
|
|
|
|
|
android:textColor="@color/col_7c7"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_setting"
|
|
|
|
|
android:id="@+id/ll_about_us"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -963,12 +969,12 @@
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_setting"
|
|
|
|
|
android:background="@mipmap/icon_about_us"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="设置"
|
|
|
|
|
android:text="关于我们"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
@ -976,22 +982,22 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_setting"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@mipmap/icon_up_graded"
|
|
|
|
|
android:background="@mipmap/icon_setting"
|
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="版本升级"
|
|
|
|
|
android:text="设置"
|
|
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
|