iroha-168 / AndroidUITrain

repository for training UI of Android apps
9 stars 0 forks source link

ZOZOアプリのお気に入り画面でよく使う色を定義した #11

Closed nemo-855 closed 2 years ago

nemo-855 commented 2 years ago

概要

ZOZOのアプリのお気に入り画面でよく使う色をcolor resourceに定義した

関連情報

使われている部分 color resource 名
ブランド追加ボタンの黒 zozo_black (微妙に真っ黒ではなかった)
画面上部の濃いめのグレー dark_gray
画面上部の薄めのグレー light_gray
男性の画像 person_image_blue
女性の画像 person_image_pink
中性の画像 person_image_yellow
グレーのテキスト色 text_gray

スクリーンショット

Before After

懸念点

割と大雑把です

nemo-855 commented 2 years ago

ダークテーマを削除する方法がわからないので知っている方いたら教えてください🙏

Naoki-Hidaka commented 2 years ago

調べてないのでむちゃくちゃ雑な回答ですが、res/themes/theme.xml(night)があるのでそれを普通のtheme.xmlと揃えればいけるんじゃないかなと思ってます デフォルトは確かtheme.xmlとtheme.xml(night)が一緒なので多分何もしなくても良いかな??

nemo-855 commented 2 years ago

とりあえず日高さんが仰ってる通りの対応をしました! https://github.com/iroha-168/AndroidUITrain/commit/e0c817e7442fb980f9dfb02d3d34eb9f7e29b5c9