仿拉手團購App9-- 產品詳情界面

来源:http://www.cnblogs.com/ganchuanpu/archive/2017/05/17/6869589.html
-Advertisement-
Play Games

activity_detail.xml 1.點擊收藏 2.社會化分享 ...


 

 

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>

1.點擊收藏

2.社會化分享

 


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 1.什麼是全形和半形? 全形:是一種電腦字元,是指一個全形字元占用兩個標準字元(或兩個半形字元)的位置。全形占兩個位元組。 漢字字元和規定了全形的英文字元及國標GB2312-80中的圖形符號和特殊字元都是全形字元。在全形中,字母和數字等與漢字一樣占據著等寬的位置。 半形:是指一個字元占用一個標準的字元 ...
  • HTML: CSS: HTML: css: ...
  • 1,先搞個java jdk。我先用的1.7版本的,用cordova打包的時候各種報錯,應該是向下不相容吧。又換了個1.8版本。裝jdk一定要註意jdk跟jre不能都裝在目標文件夾的根目錄下,jdk跟jre在同一文件夾下會報錯。 2,裝完之後,要配置下環境變數,電腦→屬性→高級系統設置→高級→環境變 ...
  • 一,效果圖。 二,工程圖。 三,代碼。 AppDelegate.h AppDelegate.m ...
  • 一、我們先解釋一下他的含義: 1、Token的引入:Token是在客戶端頻繁向服務端請求數據,服務端頻繁的去資料庫查詢用戶名和密碼併進行對比,判斷用戶名和密碼正確與否,並作出相應提示,在這樣的背景下,Token便應運而生。 2、Token的定義:Token是服務端生成的一串字元串,以作客戶端進行請求 ...
  • 首先,需要一個電話號碼,目前很多賬戶都是將賬戶名設置成手機號,然後點擊按鈕獲取手機驗證碼。 其次,你需要後臺給你手機簡訊的驗證介面,各個公司用的不一樣,這個身為前端,不需要你來考慮,你只要讓你後臺給你寫好介面,你直接調用就好了。 activity_login.xml LoginActivity.ja ...
  • 1.阿裡巴巴的熱修複框架(AndFix) 1 . 添加依賴2. 儘可能早的載入補丁3. 修複bug,生成沒有bug的apk文件4. 對比新舊apk生成.apatch補丁文件5. 載入新補丁,修複bug http://blog.csdn.net/qq_17250009/article/details/ ...
  • activity_collect.xml ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...