-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
night mode implementation? [ft][en] request #2512
Comments
@mstojanovic You mean a dark theme a user can select or something different? Could you elaborate? Do you know an example of an Android with this feature? |
@michaelstingl yes, i was thinking about a dark theme. i dont think that should be to hard to implement (to each xml in drawable add the definitions for the themes, change the res/layout files to have a dynamic value for the layout, add a switch for the user to choose). the idea is that a user can go to e.g. the settings of the app and change the theme (background color, font color, ...). many apps offer that feature, e.g. twitter has a night mode. |
You can already change colors if you compile your own client: android/owncloudApp/src/main/res/values/setup.xml Lines 35 to 40 in b549f87
android/owncloudApp/src/main/res/values/colors.xml Lines 27 to 30 in 57fd78e
We're experimenting with more flexible theming options in the new iOS app: At the moment the focus of the team is to rework the architecture to make the app more reliable and future proof: |
i dont think you get my point... im aware that one can change the colors if he builds his own app. my idea is to give any user an option to choose a theme he wants to use (not to mention that darker themes can save battery life on AMOLED screens). My problem with doing the changes is that i dont have the knowledge to make the gui visually appealing with color choices, but i do know how to do the technical part of implementing it. the goal of this issue/request is for the team members to think about it and maybe propose or point me into the direction of a official color pallet. or maybe give some community member an idea and she or he can come up with a color pallet that would work |
Here's the iOS example: You'll find some pointers in this file: There's also an ongoing project to document the ownCloud design: To sum it up: |
great, ty! thats all the info i needed :) |
Android 10 brought the system-wide dark theme so we could refloat this, what do you think @michaelstingl ? |
are there any plans to introduce a night mode for the android app? that would be a great feature/enhancement imho. unfortunately gui design is not something im good at at all (i really dont know how to pair colors) but maybe i could help a bit in the background during the implementation
The text was updated successfully, but these errors were encountered: