material-components / material-components/material-components-android
AppBarLayout overflow a screen
@hunterstich ci sta già lavorando.
Dal 13/7/2021.
- Lingua principale
- Java
- Stelle
- 17.4k
- Fork
- 3.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
a layout such as
ConstraintLayout
|-- Toolbar layout_height : wrap_content
|--CoordinatorLayout layout_height : 0dp topToBottom : toolbar bottomToBottom : parent
|--AppBarLayout
| |-CollapsingToolbarLayout
| |-One Child View( this child view over a screen)
|--RecyclerView
if AppBarLayout over a screen height , scroll to RecyclerView and scroll back to appbarlayout again , and repeat this operation ,
you can see the layout shake and rollback
chinese:
如果AppBarLayout的高度超过一个屏幕 , 滚动布局到RecyclerView 再回滚回AppBarLayout , 重复这样的操作 , 你会看到布局会发生抖动和回滚的现象.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.