docs(readme): refresh ready-state home screenshots
|
|
@ -87,9 +87,9 @@ Fresh Android captures from the current emulator build.
|
||||||
<h2 align="center">Visual system</h2>
|
<h2 align="center">Visual system</h2>
|
||||||
|
|
||||||
Closer Couples uses paired light and dark illustration assets so the product can stay warm without fighting
|
Closer Couples uses paired light and dark illustration assets so the product can stay warm without fighting
|
||||||
the selected theme. The home daily-question card is intentionally people-forward: the ready-to-answer
|
the selected theme. The home daily-question card is intentionally people-forward: ready-to-answer uses
|
||||||
and reveal-ready moments use the couple/cards artwork, while quieter waiting states can fall back to
|
the partner-prompt couple artwork, reveal-ready uses the card reveal artwork, and quieter waiting states
|
||||||
the answer-card ritual art.
|
can fall back to the answer-card ritual art.
|
||||||
|
|
||||||
<h2 align="center">What makes it different</h2>
|
<h2 align="center">What makes it different</h2>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1014,11 +1014,10 @@ private fun PrimaryHomeActionCard(
|
||||||
) {
|
) {
|
||||||
val colors = action.tone.actionColors()
|
val colors = action.tone.actionColors()
|
||||||
val isDark = isCloserDarkTheme()
|
val isDark = isCloserDarkTheme()
|
||||||
// Daily-question art stays people-forward on the home card: the ready-to-answer
|
// Daily-question art stays people-forward while keeping the two states distinct.
|
||||||
// and reveal-ready moments both use the couple/cards illustration.
|
|
||||||
val artRes = if (action.target == HomeActionTarget.DailyQuestion) {
|
val artRes = if (action.target == HomeActionTarget.DailyQuestion) {
|
||||||
when (dailyQuestionState) {
|
when (dailyQuestionState) {
|
||||||
DailyQuestionState.UNANSWERED -> R.drawable.illustration_daily_reveal_ready
|
DailyQuestionState.UNANSWERED -> R.drawable.illustration_tonight_partner_prompt
|
||||||
DailyQuestionState.BOTH_ANSWERED -> R.drawable.illustration_daily_reveal_ready
|
DailyQuestionState.BOTH_ANSWERED -> R.drawable.illustration_daily_reveal_ready
|
||||||
else -> homePrimaryArt(action.target)
|
else -> homePrimaryArt(action.target)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 640 KiB After Width: | Height: | Size: 598 KiB |
|
After Width: | Height: | Size: 598 KiB |
|
Before Width: | Height: | Size: 900 KiB After Width: | Height: | Size: 809 KiB |
|
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 951 KiB |