-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue/10649 material reader post #11166
Issue/10649 material reader post #11166
Conversation
…rdpress-mobile/WordPress-Android into issue/10649-material-reader-post
Generated by 🚫 dangerJS |
You can test the changes on this Pull Request by downloading the APK here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks great. Just a couple of things to followup on:
- the author name and site title at the top of the screen should use the High Emphasis On Surface color instead of blue. The follow icon/text should remain blue since it's actionable.
- Double-check that we're using the High Emphasis On Surface color for post titles and body text as mentioned here.
…rdpress-mobile/WordPress-Android into issue/10649-material-reader-post
@mattmiklic I updated the color to use high type alpha 👍 |
I think that's ok... tapping the user's name isn't the primary action, so I don't think we want to make it compete with the Follow action visually. That latest screenshot looks good to me. |
…WordPress-Android into issue/10649-material-reader-post
…WordPress-Android into issue/10649-material-reader-post
…WordPress-Android into issue/10649-material-reader-post
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @khaykov 👋! I tested the app in both light and dark theme on the screens reported above and it looks good to me! I just left a really super minor np comment in line, but this said I'm approving this so feel free to ignore that one and merge 😊!
<item name="primary_button_disabled_alpha" format="float" type="dimen">@dimen/disabled_alpha | ||
</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I remember this is the way AS auto format this sort of things and this is less than a np, it's more a proof that I went into the code 😬! I would align on a single line, but really super minor so feel free to just ignore this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I switched formatting to multiline, otherwise AS will reformat it again in the future :)
We're freezing |
…WordPress-Android into issue/10649-material-reader-post # Conflicts: # WordPress/src/main/res/values/dimens.xml
Fixes #10649
This PR is based on #11164, which needs to be merged first.
This PR moves reader post details and nested screens to the material theme and adds a dark mode support.
To test:
The theme can be changed from app settings.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.