nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.27k stars 1.77k forks source link

Statusbar is themed while it should be transparent #11487

Open stefan-niedermann opened 1 year ago

stefan-niedermann commented 1 year ago

⚠️ Before posting ⚠️

Steps to reproduce

Open main view of the Nextcloud android app

The status bar is themed but should be transparent. Focussing the search bar and blurring it again leads to the expected status.

Screenshot_20230328-163438_Nextcloud

Expected behaviour

Screenshot_20230328-163533_Nextcloud

Actual behaviour

See steps to reproduce.

Android version

Lineage 19.1

Device brand and model

Xiaomi Poco F3

Stock or custom OS?

Custom (explain in "additional information")

Nextcloud android app version

3.24.1 F-Droid

Nextcloud server version

irrelevant

Using a reverse proxy?

No

Android logs

No response

Server error logs

No response

Additional information

Discovered in a design talk session with @jancborchardt and @andys

indskgit commented 1 year ago

hello, can i start working on it ?

AndyScherzinger commented 1 year ago

hello, can i start working on it ?

sure thing @indskgit 👍

satvik2131 commented 11 months ago

Hi , is this issue still persists , I have tried making the background as @color:transparent with XML and with java file as well , but it looks the same ?? @AndyScherzinger , I guess it's transparent only it's just we don't have anything in the background that's why we can't judge that

aarya-dev003 commented 10 months ago

Hey, can I work on it ?

AndyScherzinger commented 10 months ago

sure thing @aarya-dev003

@satvik2131 and @aarya-dev003 the statusbar gets colored programmatically because there is a logic behind it: color changes as soon as the searchbar gets focused because then the toolbar changes. So this can't be solved with xml changes.

aarya-dev003 commented 10 months ago

@AndyScherzinger hey can you identify the specific activity name in which this issue is present

harshj200230 commented 4 months ago

can I work on it?

jancborchardt commented 2 months ago

@tobiasKaminsky @alperozturk96 this seems to be a very small enhancement, did the pull request by @aarya-dev003 at https://github.com/nextcloud/android/pull/12351 not go in the right direction?

jancborchardt commented 2 months ago

Also what is especially strange is that I can only reproduce this error until I pull to refresh the file list, then it looks fine.