腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(2730)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
圆体
NestedScrollView
的
NestedScrollView
图像
我使用
NestedScrollView
使可滚动的AppBar类似于。问题是,AppBar的背景图片不足以覆盖空白(中描述的箭头)。有人能帮我吗?谢谢。
NestedScrollView
( return [ SliverAppBar(
浏览 18
提问于2022-07-21
得票数 0
1
回答
NestedScrollView
中的
NestedScrollview
未滚动
:(家长是
NestedScrollview
,孩子中有另一个
NestedScrollview
) tools:context=".MainActivity"> <
NestedScrollView
android:text="Enter&q
浏览 29
修改于2018-09-03
得票数 2
回答已采纳
2
回答
NestedScrollView
修复
NestedScrollView
内部的视图顶部
在
NestedScrollView
中有什么方法可以做到这一点吗-- ConstraintLayout---- TabLayout -
浏览 4
修改于2019-12-05
得票数 1
2
回答
Android
NestedScrollView
不能在
NestedScrollView
中滚动
> xmlns:android="http://schemas.android.com/apk/restextStyle="bold" /> </android.support.v4.widget.
N
浏览 0
提问于2017-04-17
得票数 0
3
回答
只滚动
NestedScrollView
webView的
NestedScrollView
下面是我的代码,用于处理我的应用程序actionBar/工具栏/tabBar和
nestedScrollView
的正确行为,其中包含一个ViewPager (webView)。只有
NestedScrollView
正在滚动。我想要和Facebook应用程序一样的行为,如果你滚动新闻提要(webView),tabBar会垂直移动工具栏。transparent“android:visibility=“可见”> </com.m.ui.util.EdgeScrollViewPager> </android.
浏览 4
修改于2017-11-30
得票数 10
1
回答
NestedScrollView
not not:最内部的
NestedScrollView
不滚动
所以我有一个片段,它使用一个CoordinatorLayout,里面有一个
NestedScrollView
。在这个
NestedScrollView
内部是一个ViewPager。该ViewPager的每一项都是一个CoordinatorLayout,其中包含一个
NestedScrollView
。在最外层的requestDisallowInterceptTouchEvent上调用
NestedScrollView
(True)。主要活动: 片段w/外层
NestedScrollView
:
浏览 3
提问于2016-05-18
得票数 5
1
回答
关于
NestedScrollView
的问题
我正在做一个同时使用
NestedScrollView
和RecyclerView的项目,我想做的是: RecyclerView的childView根据子项的数量变化的
NestedScrollView
的高度,因此如果RecyclerView的高度低于某个值,则只有
NestedScrollView
本身可以响应滚动,而如果RecyclerView的高度高于某个值,则它们可以正常工作。所以我想知道是否有一种
NestedScrollView
的方法,可以让
NestedScrollView
不执行NestedScroll,
浏览 1
修改于2018-09-11
得票数 0
1
回答
Nestedscrollview
结束动画
我有
nestedscrollview
:android:id="@+id/
nestedscrollview
"android:layout_h
浏览 0
修改于2018-08-04
得票数 0
1
回答
如何使用flutter
NestedScrollView
?
我实现了一些
NestedScrollView
,如下所示。它会导致错误“必须在包含
NestedScrollView
的上下文中调用”。return
NestedScrollView
( /* something*/builder"); // below line causes error "must be called with a cont
浏览 36
提问于2019-04-24
得票数 1
回答已采纳
4
回答
NestedScrollview
+ TextView + RecyclerView
如果我的布局如下所示,来自 <
NestedScrollView
</TextView><FrameLayout> <TextView> </
NestedScr
浏览 12
修改于2017-05-23
得票数 7
回答已采纳
1
回答
在
NestedScrollView
中使用
NestedScrollView
时不能正常工作
<android.support.v4.widget.
NestedScrollView
android:layout_widthandroid:nestedScrollingEnabled="true" /> </android.support.v4.widget.
NestedScrollView
浏览 0
提问于2018-05-21
得票数 0
回答已采纳
1
回答
NestedScrollView
和onInterceptTouchEvent
我确实扩展了
NestedScrollView
和@重写它的方法:、onTouchEvent、和问题是super.onTouchEvent从不调用ACTION_DOWN (这是由我的onIntereceptTouchEvent调用的),因为
NestedScrollView
不移动,所以我得到了错误: 当触发onTouchEvent时,指针id是在
NestedScrollView
当我单击“视图”(它不监听触摸事件)时,
NestedScrollView
确实会移动(基本
浏览 1
提问于2015-09-21
得票数 2
回答已采纳
1
回答
NestedScrollView
填充全屏
由于内容可能很长,我添加了一个
NestedScrollView
: tools:context="com.example.myapp.MyActivity"> <includ
浏览 1
提问于2015-10-23
得票数 1
回答已采纳
1
回答
防止
NestedScrollView
滚动
我有一个小部件,它是一个
NestedScrollView
和正文中的一些文本。有些情况下,我想“锁定”用户,不允许他滚动。Widget build(BuildContext context) { length: 2, child:
NestedScrollView
浏览 2
提问于2019-11-06
得票数 9
4
回答
浓缩咖啡
NestedScrollView
我正在尝试以我的形式测试EditTexts,该表单位于
NestedScrollView
中。onView(withId(R.id.register_scroll_view)).perform(scrollTo()).perform(click()); register_scroll_view是我的
NestedScrollView
浏览 4
修改于2016-05-26
得票数 12
1
回答
LinearLayout和
NestedScrollView
问题
我想如何使用
NestedScrollView
,顶部的工具栏视图和底部的底部视图。顶视图、底视图、工具栏和底视图必须始终处于适当位置。 如何在任何设备上实现此结果?感谢您的回复,谢谢。................-->
浏览 46
提问于2021-01-22
得票数 1
回答已采纳
1
回答
使用
NestedScrollView
+ TextView
一切都很完美,一切都很顺利,但是当我添加一个TextView并用一个
NestedScrollView
包装它时,它并不像它所想的那样工作。当我向下滚动,它立即停止后,我的手指从屏幕上抬起。看一看代码:android:layout_width="wrap_content" android:layout_height
浏览 0
修改于2017-04-05
得票数 2
回答已采纳
5
回答
NestedScrollview
不会自上而下
我在
NestedScrollview
里有一个回收视图。除了一只脚外,一切都很好。我在
NestedScrollview
中共有三个视图,前两个视图是LinearLayout,然后是回收视图。>android:id="@+id/scrollView" and
浏览 7
修改于2018-06-13
得票数 59
回答已采纳
1
回答
NestedScrollView
不滚动
> xmlns:android="http://schemas.android.com/apk/res/androidnestedScrollingEnabled="false" </ListView> </android.support.
浏览 1
提问于2018-02-19
得票数 0
1
回答
同步ScrollView和
NestedScrollView
layout_height="wrap_content" android:layout_width="match_parent"">
浏览 0
提问于2015-12-23
得票数 2
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券