gpt4 book ai didi

android - Android 中的自定义可滑动 View

转载 作者:行者123 更新时间:2023-11-30 01:47:35 27 4
gpt4 key购买 nike

我想创建一个可滑动的 View 来显示用户状态。当用户滑动时,状态应该从 Activity 状态变为非 Activity 状态,反之亦然。我希望此 View 的高度最大为 70-80 dp。我怎样才能实现这种行为??

最佳答案

您可以使用 ViewPager .

It have built-in swipe gestures to transition through pages, and they display screen slide animations by default, so you don't need to create any. ViewPagers use PagerAdapters as a supply for new pages to display .

<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />

关于android - Android 中的自定义可滑动 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33493569/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com