-
This lint rule could use some work.
1. It errored when adding a file suffix (boo), fixed poorly in https://github.com/phetsims/chipper/commit/2105fc0d7b4d90a76dc4c31f5847b3de46d538ba#diff-58eb2baf9…
-
My setup is UINavigationController > UITabbarController > UICollectionViewController. The pull to refresh works fine after following [#235](https://github.com/samvermette/SVPullToRefresh/issues/235) a…
-
-
The doc says to do this:
```
class AboutScreen extends React.Component {
static route = {
navigationBar: {
title(params) {
return `Greeting for ${params.name}`;
},
…
-
NavigationBar我只想要上面的statusBar(即系统状态栏),不想要title哪一行,怎么做?
hidden会让整个头部不显示,同时下面的内容不会自动对齐到上面。
statusBarHidden会让顶部的系统状态栏消失,也不符合我的要求。
-
红米K30,有DrawerLayout
`override fun onDrawerSlide(drawerView: View, slideOffset: Float) {
val bar_color = if (slideOffset == 0F) R.color.colorPrimary else R.color.color_system_drawer…
Eiter updated
3 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Did you read the "Reporting a bug" section on Contributing file?
- [X] I have read the "Reporting a bug" secti…
-
hello! i have a problem when want show the menu whit swrevealviewcontroller apply. i have three views. the first does not have the swrevealviewcontroller apply . but the second if available. when I …
-
我主页使用的是navigationbar+FrameLayout 在FrameLayout里面的fragment使用的DropDownMenu,当弹出的时候发现,遮盖不了下面的navigationbar ,因为主页布局限制了FrameLayout的范围,这个有什么好的办法吗,难道只能使用PopWindow了吗,求解
-
We should be able to turn `navigationBar.translucent` to `false` and also be able to use a custom `UIActivityViewController`.