android 页面整体滑动,ScrollView 实现页面整体滑动
頁眉整體垂直方向滑動(dòng),xml文件較為簡(jiǎn)單,只需要在需要滑動(dòng)的布局文件中包裹一層ScrollView就可以實(shí)現(xiàn)。
示例:
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/activity_main">
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:scrollbars="none">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent">
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="41dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:text="Hello World!"
android:textSize="30sp"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button1" />
android:id="@+id/button2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button2" />
android:id="@+id/button3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button3" />
android:id="@+id/button4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button4" />
android:id="@+id/button5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button5" />
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="251dp"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/imageDesc" />
android:id="@+id/videoView"
android:layout_width="match_parent"
android:layout_height="251dp"
android:layout_gravity="center_horizontal" />
android:layout_width="match_parent"
android:layout_height="20dp">
android:layout_width="match_parent"
android:layout_height="wrap_content" />
如果scrollview中的布局文件可以在一個(gè)屏幕中完全顯示出來,就沒有滑動(dòng)效果,如果不能,那么就可以上下滑動(dòng)屏幕顯示布局。
總結(jié)
以上是生活随笔為你收集整理的android 页面整体滑动,ScrollView 实现页面整体滑动的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux iso的引导文件,Linux
- 下一篇: html 页面元素id不唯一,规定htm