问题标签 [nestedscrollview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 隐藏另一个布局的浮动操作按钮
我有一个FloatingActionButton
名为.activity_main.xml
fabBtn
我的应用程序是用一个ViewPager
和三个Fragment
s构建的FloatingActionButton
Fragment
NullPointerException
我相信可能是我的片段无法FloatingActionButton
从activity_main.xml
布局中获取?
这是我的activity_main.xml
这是我Fragment
要隐藏的第一个FloatingActionButton
:
这是我的MainActivity.class
:
android - Android NestedScrollView showing only one Item in ListView
Anyone knows what's wrong in my layout? I'm not able to figure out if why is my ListView is showing only one item.
Layout.xml
#xA;I am using A Fragment Activity and SimpleCusrsorAdapter to populate an items to my ListView. in case of, this is my class;
#xA;I'm so confused. i dont what happen. when i try to change the height of my RelativeLayout to 500dp
then the listView is showing the other items but not all. so i think i need it to be wrap_parent
but this is not giving me the expected ouput.
Any help would be appreciated. Thank You Very Much!!!
android - 为什么我的嵌套 ScrollView 不会滚动到最后?
我的 ListView 不会滚动到屏幕的末尾。
它停在最后一项的顶部。
下面是我一直在玩的两个代码,让它滚动到最后。
选项卡布局也应该滚动,以便为 ListView 滚动到最后腾出空间。
此功能适用于所有其他 Fragment,但不适用于 ScrollView。
和
我需要一些帮助。
android - NestedScrollView 和 Horizontal RecyclerView 平滑滚动
我有一个垂直的nestedscrollview,其中包含一堆带有水平布局管理器设置的recyclerview。这个想法与新的 google play 商店的外观非常相似。我能够使其正常工作,但它一点也不流畅。以下是问题:
1)即使我点击它,水平recyclerview项目大多数时候都无法拦截触摸事件。滚动视图似乎优先于大多数动作。我很难抓住水平运动。这个 UX 令人沮丧,因为我需要尝试几次才能正常工作。如果你查看 play store,它能够很好地拦截触摸事件,而且效果很好。我注意到在 Play Store 中,他们设置的方式是在一个垂直回收视图中包含许多水平回收视图。没有滚动视图。
2)水平recyclerviews的高度必须手动设置,并且没有简单的方法来计算子元素的高度。
这是我正在使用的布局:
这种 UI 模式非常基本,很可能在许多不同的应用程序中使用。我读过很多 SO,其中 ppl 说将列表放在列表中是一个坏主意,但它是一种非常常见且现代的 UI 模式,到处都在使用。想想 netflix 之类的界面,里面有一系列水平滚动列表一个垂直列表。没有一种顺利的方法来实现这一点吗?
来自商店的示例图片:
android - 与 CollapsingToolbarLayout 一起使用时,NestedScrollView 不会滚动到最后
我想将 NestedScrollView 与 CollapsingToolbarLayout 一起使用。在 NestedScrollView 中有很长的内容。不幸的是,我无法滚动到最后。其中一些长内容被剪掉了。当我转动屏幕时奇怪的是,滚动工作正常并且所有内容都可见。
编辑:我注意到剪切内容的高度与工具栏高度相同。
android - NestedScrollView scrolls to top on Recyclerview resized
I have a NestedScrollView containing a LinearLayout and a RecyclerView (both inside a RelativeLayout).
After loading the data into the RecyclerView, I need to change it's height programmatically like this:
The problem is when the data has finished loading the NestedScrollView scrolls automatically scrolls to the top of the RecyclerView, hiding the LinearLayout above it. Any ideas?
Thanks.
android - Android:如何解决 OutOfMemoryError
我正在使用NestedScrollView
我的布局来显示 aTextView
作为标题,并使用 aHorizontalScrollView
来显示可滑动的图片。
这是一个例子:
和块在我的布局中使用TextView
了HorizontalScrollView
大约 15 次,在这种设计中,我遇到了 OutOfMemoryError。
当我使用较少的这些块时,不会出现错误。
我试图最小化我的 PNG 文件的大小,但这并不能解决问题。
有没有其他我可以使用的布局不是ImageView
在应用程序开始时加载的?
android-coordinatorlayout - 嵌套滚动视图位于支持设计中的折叠工具栏后面
这是NestedScrollView
里面CoordinatorLayout
每当我尝试向上滚动它时,它都会运行良好,直到它出现在工具栏后面。有什么建议吗?
android - 填充内容时,NestedScrollView 会自行向下滚动
我有 xml,它由DrawerLayout
,CoordinatorLayout
和custom views
,AppBarLayout
组成NestedScrollView
。
问题:NestedtScrollView
填充内容时,NestedtScrollView
会自行向下滚动。所有像scrollView.setScrollY(0)
或自定义类的研究都layout_behavior = FixedScrollingViewBehavior
没有帮助我。
我如何防止这种滚动
我的build.gradle构成