- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我在尝试实现新的 CollapsingToolbarLayout
时遇到了一些问题。滚动、展开和折叠都可以正常工作,但我的 ImageView
(无论我设置什么类型的资源)都没有覆盖展开工具栏的整个高度。看这里:
这里我在 ImageView 上设置了 android:src="@color/red"
,但它从未覆盖真正的工具栏。它也不适用于位图。我在下面发布我的布局。
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<!-- content -->
<android.support.design.widget.CoordinatorLayout
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
android:layout_height="@dimen/appbar_expanded_height"
android:layout_width="match_parent"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:fitsSystemWindows="true">
<android.support.design.widget.CollapsingToolbarLayout
android:layout_height="match_parent"
android:layout_width="match_parent"
app:layout_scrollFlags="scroll|exitUntilCollapsed"
app:expandedTitleMarginStart="48dp"
app:expandedTitleMarginEnd="64dp"
app:contentScrim="?attr/colorPrimary"
android:fitsSystemWindows="true">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:src="@color/red_600"
android:scaleType="centerCrop"
app:layout_collapseMode="parallax"
/>
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
app:layout_collapseMode="pin"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
</android.support.v7.widget.Toolbar>
</android.support.design.widget.CollapsingToolbarLayout>
</android.support.design.widget.AppBarLayout>
<!-- I load fragments here -->
<FrameLayout
android:id="@+id/fragment_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
</android.support.design.widget.CoordinatorLayout>
<!-- nav drawer -->
<fragment
android:layout_width="@dimen/drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start"/>
</android.support.v4.widget.DrawerLayout>
在我看来,与 cheese-Chris Banes-app 的唯一区别是我将 app:layout_behavior
赋予 FrameLayout
。但是,在该框架内,我加载了具有 NestedScrollView
作为 Root View 的 fragment ,这似乎工作正常。
最佳答案
我有同样的问题,折叠的工具栏没有覆盖图像的整个高度,但是通过从 AppBarLayout
中删除单行来修复。也就是说,您只需要删除 android:fitsSystemWindows="true
就可以了。
<android.support.design.widget.AppBarLayout
android:layout_height="@dimen/appbar_expanded_height"
android:layout_width="match_parent"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:fitsSystemWindows="true">
去掉最后一行,即as。
android:fitsSystemWindows="true"
就是这样,一切顺利......
关于android - CollapsingToolbarLayout 中的 ImageView 未覆盖全高?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30733159/
我想做一个模板 页眉+侧边栏(半页/全高)+谷歌地图(半页/全高) 在 jsfiddle 中,很难看到细节,但在浏览器的一侧给我一个我不想要的滚动条。此外,侧边栏比预期高 40 像素(标题的高度)。而
我有一张背景图片,我想在我的网站上使用它,但问题是我无法将其制作成任何尺寸的全高和全宽,请帮助我,请检查下面的代码 当前代码,代码 #1:haft 而不是 full body { backgr
我想在网站中放置一个图像作为背景,我希望该图像具有响应性,但页脚始终位于底部,以便图像调整大小此外,我希望在宽度上被“切断”。我举三个例子。 示例 # 1:以 16:9 浏览网页 http://i.s
我需要将 2 个子容器“左”和“右”设为 100% 高度,因为父容器“”已经存在 - 这怎么可能?我如何管理一个适当的水平放置的容器“hexCont”? CSS: html, body {
我已经开始学习 angular 2 Material ,这很令人困惑,因为我在文档和官方中找不到很多东西 material.io css 是根据类编写的,而 Angular Material 使用“类
我继承了一个 iOS 应用程序,但我发现没有使用全高。这是 iPhone 6 上的照片: 它似乎卡在了 iPhone 4 的分辨率上。 iOS 部署目标:7.1 有什么想法可以让整个应用的高度适合全屏
我有以下 HTML 来构建一个 900 像素宽的居中页面,其中包含页眉、页脚和内容部分:
我创建了一个简单的网站,每隔几秒钟就会更改一次图像。所有图像均为横向。当我的浏览器处于正常 View 模式时,图像覆盖浏览器的整个高度,但是当我将浏览器更改为全屏模式时,图像并没有覆盖浏览器的整个高度
我使用以下代码来显示全高的 div(具有背景颜色)。 HTML here is a lot of text....
在我的网页设计中获取父 div 的完整高度时遇到了一些麻烦。容器div是一个div内的div,高度为100%。 我已经尝试阅读关于 stackoverflow 和其他人的一些其
我试图使用此 CSS 使标题填满屏幕: position:relative; margin:0; padding:0; width:100%; height:100%; min-height:100%
我目前正在尝试实现以下场景: 我正在使用以下 HTML 和 CSS 代码。 ( See JSFiddle for example ) HTML:
我知道类似的问题已经被问过很多次,但我尝试了很多答案,但似乎没有一个适合我的情况。我找到了很多针对粘性页脚的解决方案,但这并不是我想要的,或者我还没有想出如何根据我的情况正确使用: 我有完全固定的位置
我正在通过 Bootstrap 制作左侧,并且在设置我的内部元素固定位置时遇到这个问题。 这是我的HTML
我对简单的 html/css 技巧有疑问。 我想创建左栏高度为 100% 的网站,例如宽度 300px,在右侧我想要 contener div 和其余的宽度。 下面的代码: html {min-hei
我正在开发一个当前配置为全高(即 100% 可用浏览器窗口)应用程序的新网站。在布局方面,它是这样的 - http://stevesanderson.github.com/fixed-height-l
让 div 始终保持 100% 高度的诀窍是什么,即使用户正在滚动也是如此? 我试过了,但没有成功,因为高度只应用于事件窗口。 [...] ... .popup_contai
正如标题所说。我想插入一个延伸到窗口末尾的 FB 页面提要。这可能吗?当我在 iframe 上设置它时,我认为 800px 是它想要达到的最高值。我到处寻找答案,但没有成功。 我用过 Facebook
我正在制作一个具有固定导航栏、全屏背景和中间文本的页面。而且我不知道如何让它在横向模式下响应。在其他版本上,它表现正常,但在横向上,因为我认为高度要小得多,所以文本与导航栏重叠。而且看起来真的很乱。
我想做的是: 创建一个全高 div,滚动后转到固定的顶部 div。 1) ----------- | | | | | | |--
我是一名优秀的程序员,十分优秀!