问题标签 [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.

0 投票
2 回答
12820 浏览

java - 隐藏另一个布局的浮动操作按钮

我有一个FloatingActionButton名为.activity_main.xmlfabBtn

我的应用程序是用一个ViewPager和三个Fragments构建的FloatingActionButtonFragmentNullPointerException

我相信可能是我的片段无法FloatingActionButtonactivity_main.xml布局中获取?

这是我的activity_main.xml

这是我Fragment要隐藏的第一个FloatingActionButton

这是我的MainActivity.class

0 投票
1 回答
534 浏览

android - 嵌套滚动视图 + 回收器视图

我有一个具有可折叠图像视图的布局,以及布局中的 GridView 以及 UI 中的更多内容。但是屏幕正在向上滚动到图像滚动,也就是说它只向上滚动直到标题图像不可见。之后它既不滚动。

我该如何解决?

这是我的布局:

父布局:

包含的布局:

扩展布局

折叠布局

0 投票
1 回答
2271 浏览

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!!!

0 投票
0 回答
718 浏览

android - 为什么我的嵌套 ScrollView 不会滚动到最后?

我的 ListView 不会滚动到屏幕的末尾。
它停在最后一项的顶部。

下面是我一直在玩的两个代码,让它滚动到最后。
选项卡布局也应该滚动,以便为 ListView 滚动到最后腾出空间。
此功能适用于所有其他 Fragment,但不适用于 ScrollView。

我需要一些帮助。

0 投票
3 回答
16087 浏览

android - NestedScrollView 和 Horizo​​ntal RecyclerView 平滑滚动

我有一个垂直的nestedscrollview,其中包含一堆带有水平布局管理器设置的recyclerview。这个想法与新的 google play 商店的外观非常相似。我能够使其正常工作,但它一点也不流畅。以下是问题:

1)即使我点击它,水平recyclerview项目大多数时候都无法拦截触摸事件。滚动视图似乎优先于大多数动作。我很难抓住水平运动。这个 UX 令人沮丧,因为我需要尝试几次才能正常工作。如果你查看 play store,它能够很好地拦截触摸事件,而且效果很好。我注意到在 Play Store 中,他们设置的方式是在一个垂直回收视图中包含许多水平回收视图。没有滚动视图。

2)水平recyclerviews的高度必须手动设置,并且没有简单的方法来计算子元素的高度。

这是我正在使用的布局:

这种 UI 模式非常基本,很可能在许多不同的应用程序中使用。我读过很多 SO,其中 ppl 说将列表放在列表中是一个坏主意,但它是一种非常常见且现代的 UI 模式,到处都在使用。想想 netflix 之类的界面,里面有一系列水平滚动列表一个垂直列表。没有一种顺利的方法来实现这一点吗?

来自商店的示例图片:

谷歌游戏商店

0 投票
7 回答
7396 浏览

android - 与 CollapsingToolbarLayout 一起使用时,NestedScrollView 不会滚动到最后

我想将 NestedScrollView 与 CollapsingToolbarLayout 一起使用。在 NestedScrollView 中有很长的内容。不幸的是,我无法滚动到最后。其中一些长内容被剪掉了。当我转动屏幕时奇怪的是,滚动工作正常并且所有内容都可见。

编辑:我注意到剪切内容的高度与工具栏高度相同。

0 投票
4 回答
13356 浏览

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.

0 投票
3 回答
238 浏览

android - Android:如何解决 OutOfMemoryError

我正在使用NestedScrollView我的布局来显示 aTextView作为标题,并使用 aHorizontalScrollView来显示可滑动的图片。
这是一个例子:

和块在我的布局中使用TextViewHorizontalScrollView大约 15 次,在这种设计中,我遇到了 OutOfMemoryError。
当我使用较少的这些块时,不会出现错误。

我试图最小化我的 PNG 文件的大小,但这并不能解决问题。
有没有其他我可以使用的布局不是ImageView在应用程序开始时加载的?

0 投票
1 回答
1004 浏览

android-coordinatorlayout - 嵌套滚动视图位于支持设计中的折叠工具栏后面

这是NestedScrollView里面CoordinatorLayout

每当我尝试向上滚动它时,它都会运行良好,直到它出现在工具栏后面。有什么建议吗?

0 投票
5 回答
24563 浏览

android - 填充内容时,NestedScrollView 会自行向下滚动

我有 xml,它由DrawerLayout,CoordinatorLayoutcustom views,AppBarLayout组成NestedScrollView

问题:NestedtScrollView填充内容时,NestedtScrollView会自行向下滚动。所有像scrollView.setScrollY(0)或自定义类的研究都layout_behavior = FixedScrollingViewBehavior没有帮助我。

我如何防止这种滚动

我的build.gradle构成