这是仿照淘宝的商品浏览详情页,主要实现的效果有:
- 视频和图片横向Banner浏览效果
- 视频播放全屏和小窗悬浮效果
- tab吸顶效果
这是效果实例图:
具体完整代码,可以下载链接: Demo工程.自行运行查看
布局文件:使用的是
<?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"
xmlns:tl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff2f2f2"
android:orientation="vertical"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.example.tbaoproductdetaildemo.SuperSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:addStatesFromChildren="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/coordinator_layo