Android: Intermediate bar which when shown/hidden makes the content jump, this didn't happen before.

Created on 28 Apr 2020  路  4Comments  路  Source: nextcloud/android

One minor issue that should be fixed (maybe in another PR?) is the intermediate bar which when shown/hidden makes the content jump, this didn't happen before.

Is this appbar shown anywhere where the loading needs to be displayed? Asking sind the search bar would rather use the circular spinner and maybe we should just switch to that one only, since we use it on other screens like activities or notifications.

_Originally posted by @AndyScherzinger in https://github.com/nextcloud/android/pull/5933#issuecomment-620809382_

approved bug design

Most helpful comment

@AndyScherzinger You mean the ProgressBar?

See with @jancborchardt, we remove this and keep only the Swipe-to-Refresh (like google drive)

But we can easily correct this by not using a GONE but an INVISIBLE visibility.

All 4 comments

@JorisBodin :-)

@AndyScherzinger You mean the ProgressBar?

See with @jancborchardt, we remove this and keep only the Swipe-to-Refresh (like google drive)

But we can easily correct this by not using a GONE but an INVISIBLE visibility.

Removing it is fine, I think :-)

@JorisBodin perfect 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThaDaVos picture ThaDaVos  路  3Comments

ikke-t picture ikke-t  路  3Comments

toobie83 picture toobie83  路  3Comments

JSoko picture JSoko  路  3Comments

markbryanduncan picture markbryanduncan  路  3Comments