-
Notifications
You must be signed in to change notification settings - Fork 0
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
UI をブラッシュアップ #8
Comments
Jetpack Compose知らぬ間に bom なるものが出ていた。。。 とりあえず元の UI に近いものを再現する
メモなるほど、Compose にも ConstraintLayout あるのか。 テスト既存テストのリプレイスはできたが、以下の問題ある。。。 Links
|
System UITop Bar の色が、今黒色で固定されている( Light, Dark どちらも)。 アイコンクリック時の影(ripple)についてこちらの記事 参考にして、clickable を以下のように変更 .clickable(
onClick = {
onItemClick(str)
},
indication = rememberRipple(bounded = false),
interactionSource = remember { MutableInteractionSource() }
)
Test
semantics について、ちゃんと読みたい。。。 https://developer.android.com/jetpack/compose/semantics?hl=ja |
横画面どうするか問題Jetpack compose にした段階で、詳細画面で横画面にした時に情報が見切れてしまう問題が復活してしまった。 これをどうするかを考える。 案
調査所感 AbbBar + BottomBar をどちらも表示するレイアウトにおいては、横画面のメインスペースが非常に小さくなる。
動画や横開きの本以外では、あまり横で使うケースやメリットを感じない Links |
本アプリの UI は極めてシンプルです。これでも特に問題はありませんが、やはりいまいち映えないです。使いやすさが損なわれない前提で、UI をブラッシュアップしてください。方向性(エレガント、ゴージャス、モダン等)は問いません。また Jetpack Compose の導入も OK です。
The text was updated successfully, but these errors were encountered: