-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add a Light colored Theme #56
Comments
These days I have some free time, and I chosen to move on with this issue (one of the most requested). First tests show a good readability even in sunlight. |
With the commit 5fbcc1b the code and the Styles are ready for the implementation of the second Theme. A draft of Styles and Colors (used for coding and test the Light Theme) are included. <application
...
android:theme="@style/MyMaterialTheme_Light"
...
<activity android:name=".SettingsActivity"
android:theme="@style/MySettingsTheme_Light"
...
</activity>
...
</application> The next phase consists on the implementation of the Preference and the code for the run-time switch. It needs yet some care! |
After some commits, I think we reached a good result with the Light Theme. If You have any Suggestion, please consider as a start the Screenshot here below: |
A dark theme is a Nightmare to use on bright Environments.
I propose to implement a light Theme to improve the readability in these conditions.
The user should have the possibility to switch between light and dark Theme during the usage.
We should start here with a UI mockup.
The text was updated successfully, but these errors were encountered: