全网整合营销服务商

电脑端+手机端+微信端=数据同步管理

免费咨询热线:400-708-3566

Android仿拉手网团购App产品详情界面效果

先给大家展示下效果图,如果感觉还不错,请参考实例代码。

效果图如下所示:

具体代码如下所示:

activity_detail.xml

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  tools:context="com.myxh.coolshopping.ui.activity.DetailActivity">
  <RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_above="@+id/detail_layout_buy">
    <com.myxh.coolshopping.ui.widget.ObserverScrollView
      android:id="@+id/detail_scroll_view"
      android:layout_width="match_parent"
      android:layout_height="match_parent">
      <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">
        <com.facebook.drawee.view.SimpleDraweeView
          android:id="@+id/detail_product_photo"
          android:layout_width="match_parent"
          android:layout_height="@dimen/detail_photo_height"
          android:scaleType="centerCrop"
          app:placeholderImage="@mipmap/home_adver_320"/>
        <View
          style="@style/detail_view_style"/>
        <LinearLayout
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:orientation="vertical"
          android:padding="@dimen/detail_product_info_layout_padding">
          <TextView
            android:id="@+id/detail_tv_product_name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            tools:text="竹林宾馆"
            android:textSize="@dimen/textSize_20"
            android:textColor="@color/app_yellow"/>
          <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="5dp"
            android:layout_marginBottom="5dp"
            android:gravity="center_vertical"
            android:orientation="horizontal">
            <TextView
              android:id="@+id/detail_tv_description"
              android:layout_width="0dp"
              android:layout_height="wrap_content"
              android:layout_weight="1"
              android:paddingRight="10dp"
              tools:text="大床房入住一晚,交通便利"
              android:textSize="@dimen/textSize_13"/>
            <TextView
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:text="@string/detail_bought"
              android:textSize="@dimen/textSize_14"/>
            <TextView
              android:id="@+id/detail_tv_bought"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              tools:text="289"
              android:textSize="@dimen/textSize_14"/>
          </LinearLayout>
          <View
            style="@style/detail_view_style"
            android:layout_marginTop="@dimen/detail_view_marginTop"/>
          <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingTop="5dp"
            android:paddingBottom="5dp"
            android:orientation="horizontal"
            android:background="@color/white">
            <LinearLayout
              android:id="@+id/detail_sure_layout_anytime"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_marginRight="@dimen/detail_sure_layout_marginRight"
              android:gravity="center_vertical"
              android:orientation="horizontal">
              <ImageView
                android:layout_width="@dimen/detail_sure_icon_width"
                android:layout_height="@dimen/detail_sure_icon_height"
                android:src="@mipmap/mini_icon_sure"/>
              <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="@dimen/detail_sure_text_marginLeft"
                android:text="@string/detail_sure_anytime"
                android:textSize="@dimen/textSize_14"/>
            </LinearLayout>
            <LinearLayout
              android:id="@+id/detail_sure_layout_overdue"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_marginRight="@dimen/detail_sure_layout_marginRight"
              android:gravity="center_vertical"
              android:orientation="horizontal">
              <ImageView
                android:layout_width="@dimen/detail_sure_icon_width"
                android:layout_height="@dimen/detail_sure_icon_height"
                android:src="@mipmap/mini_icon_sure"/>
              <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="@dimen/detail_sure_text_marginLeft"
                android:text="@string/detail_sure_overdue"
                android:textSize="@dimen/textSize_14"/>
            </LinearLayout>
            <LinearLayout
              android:id="@+id/detail_sure_layout_sevenday"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_marginRight="@dimen/detail_sure_layout_marginRight"
              android:gravity="center_vertical"
              android:orientation="horizontal">
              <ImageView
                android:layout_width="@dimen/detail_sure_icon_width"
                android:layout_height="@dimen/detail_sure_icon_height"
                android:src="@mipmap/mini_icon_sure"/>
              <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="@dimen/detail_sure_text_marginLeft"
                android:text="@string/detail_sure_sevenday"
                android:textSize="@dimen/textSize_14"/>
            </LinearLayout>
          </LinearLayout>
          <View
            style="@style/detail_view_style"/>
          <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/detail_merchant_info_layout_marginTop"
            android:background="@color/white"
            android:orientation="vertical">
            <TextView
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:text="@string/detail_merchant_info"
              android:textColor="@color/detail_merchant_info_color"
              android:textSize="@dimen/textSize_17"/>
            <View
              style="@style/detail_view_style"
              android:layout_marginTop="@dimen/detail_view_marginTop"/>
            <TextView
              android:id="@+id/detail_tv_merchant_title"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:padding="5dp"
              tools:text="兴鑫宾馆"
              android:textSize="@dimen/textSize_16"/>
            <LinearLayout
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:padding="@dimen/detail_merchant_detail_layout_padding"
              android:orientation="horizontal">
              <LinearLayout
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="3"
                android:orientation="vertical">
                <TextView
                  android:id="@+id/detail_merchant_tv_address"
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  tools:text="湖北咸宁咸安区鱼水路89号"/>
                <TextView
                  android:id="@+id/detail_merchant_tv_hours"
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:layout_marginTop="5dp"
                  tools:text="营业时间:24小时"/>
                <TextView
                  android:id="@+id/detail_merchant_tv_distance"
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:layout_marginTop="5dp"
                  tools:text="6.8km"/>
              </LinearLayout>
              <View
                android:layout_width="1dp"
                android:layout_height="match_parent"
                android:background="@mipmap/line_divide_vertical"/>
              <ImageView
                android:id="@+id/detail_merchant_iv_call"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:layout_gravity="center"
                android:src="@mipmap/ic_call"/>
            </LinearLayout>
          </LinearLayout>
        </LinearLayout>
        <include
          android:id="@+id/detail_include_description"
          layout="@layout/layout_detail_description"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"/>
      </LinearLayout>
    </com.myxh.coolshopping.ui.widget.ObserverScrollView>
    <LinearLayout
      android:id="@+id/detail_title_layout"
      android:layout_width="match_parent"
      android:layout_height="45dp"
      android:orientation="horizontal"
      android:layout_alignParentTop="true"
      android:padding="@dimen/detail_title_layout_padding">
      <ImageView
        android:id="@+id/detail_title_iv_back"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:src="@mipmap/icon_back_black"/>
      <TextView
        android:id="@+id/detail_title_tv_title"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="center"
        android:layout_marginEnd="@dimen/detail_title_tv_marginLR"
        android:layout_marginStart="@dimen/detail_title_tv_marginLR"
        android:gravity="center"
        tools:text="国际酒店"
        android:singleLine="true"
        android:ellipsize="end"
        android:textSize="@dimen/textSize_20"/>
      <ImageView
        android:id="@+id/detail_title_iv_favorite"
        android:layout_toLeftOf="@+id/detail_title_iv_share"
        android:layout_marginRight="5dp"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:src="@mipmap/icon_uncollect_black"/>
      <ImageView
        android:id="@+id/detail_title_iv_share"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_alignParentRight="true"
        android:src="@mipmap/icon_share_black"/>
    </LinearLayout>
  </RelativeLayout>
  <RelativeLayout
    android:id="@+id/detail_layout_buy"
    android:layout_width="match_parent"
    android:layout_height="@dimen/detail_layout_buy_height"
    android:layout_alignParentBottom="true"
    android:background="@color/white">
    <View
      style="@style/detail_view_style"/>
    <LinearLayout
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:gravity="center"
      android:orientation="horizontal">
      <LinearLayout
        android:layout_width="0dp"
        android:layout_height="match_parent"
        android:gravity="center_vertical"
        android:layout_weight="1"
        android:orientation="horizontal">
        <LinearLayout
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:orientation="horizontal">
          <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="15dp"
            android:text="$"
            android:textSize="@dimen/textSize_14"
            android:textColor="@color/app_yellow"
            android:textStyle="bold"/>
          <TextView
            android:id="@+id/detail_layout_buy_price"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="@dimen/detail_layout_buy_price_marginLeft"
            tools:text="119"
            android:textSize="@dimen/textSize_23"
            android:textColor="@color/app_yellow"
            android:textStyle="bold"/>
        </LinearLayout>
        <LinearLayout
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_gravity="center"
          android:layout_marginLeft="15dp"
          android:orientation="vertical">
          <TextView
            android:id="@+id/detail_layout_buy_value"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            tools:text="$998"
            android:textSize="@dimen/textSize_12"/>
          <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/detail_bottom_retail_price"
            android:textSize="@dimen/textSize_12"/>
        </LinearLayout>
      </LinearLayout>
      <Button
        android:id="@+id/detail_layout_buy_btn"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="@string/detail_bottom_buy"
        android:textSize="@dimen/textSize_17"
        android:textColor="@color/white"
        android:background="@color/app_yellow"/>
    </LinearLayout>
  </RelativeLayout>
</RelativeLayout>

以上所述是小编给大家介绍的Android仿拉手团购App产品详情界面效果,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!


# android  # 拉手网团购  # 拉手详情页  # Android仿拉手网团购App我的收藏界面实例代码  # 所示  # 小编  # 在此  # 给大家  # 湖北  # 团购  # 还不错  # 所述  # 给我留言  # 请参考  # 感谢大家  # 先给  # 疑问请  # 有任何  # 大床  # detail_photo_height  # scaleType  # dimen  # SimpleDraweeView  # detail_product_photo 


相关文章: 盘锦网站制作公司,盘锦大洼有多少5G网站?  如何制作一个表白网站视频,关于勇敢表白的小标题?  宝塔面板创建网站无法访问?如何快速排查修复?  成都品牌网站制作公司,成都营业执照年报网上怎么办理?  Python多线程使用规范_线程安全解析【教程】  单页制作网站有哪些,朋友给我发了一个单页网站,我应该怎么修改才能把他变成自己的呢,请求高手指点迷津?  建站之星IIS配置教程:代码生成技巧与站点搭建指南  北京专业网站制作设计师招聘,北京白云观官方网站?  大连网站制作公司哪家好一点,大连买房网站哪个好?  ,石家庄四十八中学官网?  C++ static_cast和dynamic_cast区别_C++静态转换与动态类型安全转换  番禺网站制作公司哪家值得合作,番禺图书馆新馆开放了吗?  网站网页制作电话怎么打,怎样安装和使用钉钉软件免费打电话?  建站IDE高效指南:快速搭建+SEO优化+自适应模板全解析  电影网站制作价格表,那些提供免费电影的网站,他们是怎么盈利的?  网页设计与网站制作内容,怎样注册网站?  建站之星微信建站一键生成小程序+多端营销系统  建站之星北京办公室:智能建站系统与小程序生成方案解析  导航网站建站方案与优化指南:一站式高效搭建技巧解析  建站主机与虚拟主机有何区别?如何选择最优方案?  如何构建满足综合性能需求的优质建站方案?  如何用西部建站助手快速创建专业网站?  如何在建站之星网店版论坛获取技术支持?  如何在阿里云香港服务器快速搭建网站?  网站制作服务平台,有什么网站可以发布本地服务信息?  标准网站视频模板制作软件,现在有哪个网站的视频编辑素材最齐全的,背景音乐、音效等?  怀化网站制作公司,怀化新生儿上户网上办理流程?  邀请函制作网站有哪些,有没有做年会邀请函的网站啊?在线制作,模板很多的那种?  宠物网站制作html代码,有没有专门介绍宠物如何养的网站啊?  重庆网站制作公司哪家好,重庆中考招生办官方网站?  如何在局域网内绑定自建网站域名?  如何选择靠谱的建站公司加盟品牌?  零服务器AI建站解决方案:快速部署与云端平台低成本实践  如何快速搭建虚拟主机网站?新手必看指南  c# Task.ConfigureAwait(true) 在什么场景下是必须的  制作旅游网站html,怎样注册旅游网站?  宝华建站服务条款解析:五站合一功能与SEO优化设置指南  如何高效利用200m空间完成建站?  唐山网站制作公司有哪些,唐山找工作哪个网站最靠谱?  建站OpenVZ教程与优化策略:配置指南与性能提升  免费网站制作appp,免费制作app哪个平台好?  网站专业制作公司,网站编辑是做什么的?好做吗?工作前景如何?  如何在腾讯云服务器快速搭建个人网站?  网站制作中优化长尾关键字挖掘的技巧,建一个视频网站需要多少钱?  香港服务器网站搭建教程-电商部署、配置优化与安全稳定指南  香港服务器网站测试全流程:性能评估、SEO加载与移动适配优化  如何确认建站备案号应放置的具体位置?  高性价比服务器租赁——企业级配置与24小时运维服务  用v-html解决Vue.js渲染中html标签不被解析的问题  如何在VPS电脑上快速搭建网站? 

您的项目需求

*请认真填写需求信息,我们会在24小时内与您取得联系。