235 lines
8.5 KiB
XML
235 lines
8.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/search_iv_back"
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:adjustViewBounds="true"
|
|
android:onClick="finish"
|
|
android:scaleType="centerInside"
|
|
android:src="@drawable/ic_back" />
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="10dp"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="应用详情"
|
|
android:textColor="#8c8b8b"
|
|
android:textSize="@dimen/sp_15"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginBottom="5dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/detail_iv_icon"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@mipmap/ic_launcher" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="60dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1.5"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="今日头条"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
|
|
|
|
<RatingBar
|
|
android:id="@+id/detail_rating_bar"
|
|
style="@style/Base.Widget.AppCompat.RatingBar.Small"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:rating="3" />
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_company"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="北京字节跳动网络技术有限公司" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/detail_rv_image"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:layout_marginBottom="15dp" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="应用介绍"
|
|
android:textSize="@dimen/sp_11"
|
|
android:textStyle="bold">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:id="@+id/detali_tv_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
android:layout_marginRight="@dimen/dp_15">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
android:text="更新"
|
|
android:textSize="@dimen/sp_11"
|
|
android:textStyle="bold">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:id="@+id/detali_tv_update"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
|
|
android:layout_marginRight="@dimen/dp_15">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="信息"
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
android:textSize="@dimen/sp_11"
|
|
android:textStyle="bold">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
|
|
android:id="@+id/detali_tv_size"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="大小" />
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_version"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="版本" />
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_update_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="时间" />
|
|
|
|
<TextView
|
|
android:id="@+id/detail_tv_Developers"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:text="供应商" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp_15"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<Button
|
|
android:id="@+id/detail_tv_download"
|
|
android:layout_width="280dp"
|
|
android:layout_height="40dp"
|
|
android:layout_centerInParent="true"
|
|
android:background="@drawable/btn_style_open"
|
|
android:clickable="true"
|
|
android:gravity="center"
|
|
android:stateListAnimator="@null"
|
|
android:text="安装"
|
|
android:textColor="#ffffff"
|
|
android:textSize="15sp" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout> |