Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Design Support Library #4

Closed
janrenz opened this issue Jun 9, 2015 · 4 comments
Closed

Implement Design Support Library #4

janrenz opened this issue Jun 9, 2015 · 4 comments
Assignees
Labels
feature 📦 A new or adjusted user-facing feature.

Comments

@janrenz
Copy link
Contributor

janrenz commented Jun 9, 2015

This could be achieved by using the new design support library

@janrenz janrenz added the feature 📦 A new or adjusted user-facing feature. label Jun 9, 2015
@tobiasrohloff tobiasrohloff changed the title Let Action bar swipe away when scrolling down Let App Bar swipe away when scrolling down Dec 21, 2015
@tobiasrohloff
Copy link
Contributor

Use CoordinatorLayout from Design Support Library: http://android-developers.blogspot.de/2015/05/android-design-support-library.html

@tobiasrohloff tobiasrohloff self-assigned this Dec 21, 2015
@janrenz
Copy link
Contributor Author

janrenz commented Dec 22, 2015

@bjrne This is on your list, isnt it

@tobiasrohloff tobiasrohloff changed the title Let App Bar swipe away when scrolling down Implement Design Support Library Feb 4, 2016
@tobiasrohloff
Copy link
Contributor

Implemented in /feature/design-support.

Known issues (hopefully fixed by Google soon):

  • WebView doesn't support NestedScrollView or implements NestedScrollingChild, workaround is implemented with NestedScrollWebView. Scroll behavior isn't 100% perfect anymore with that, but it's acceptable.
  • EditText in NestedScrollWebView with open keyboard blocks full scrolling. #182362

@tobiasrohloff
Copy link
Contributor

TODO:

  • Change tab background in offline mode
  • Make sure Cast MiniController widget is visible in all screens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 📦 A new or adjusted user-facing feature.
Projects
None yet
Development

No branches or pull requests

3 participants