Closed8
【気になったこと】2023年4月19日

Compose でスポットライトを実現できるライブラリ

Pixel シリーズから折りたたみ端末が登場か

Why not Paparazzi?
Paparazzi is a great tool to see the actual display in the JVM.
Paparazzi relies on LayoutLib, Android Studio's layout drawing tool, which is incompatible with > Robolectric. This is because they both mock the Android framework.
To run tests with Hilt and actually click on components, you need Robolectric.

Lyft で採用されはじめている模様

Compose の WindowInsets で additionalPadding を入れたい
→ WindowInsets#add
を使えばOK
このスクラップは2023/04/20にクローズされました
作成者以外のコメントは許可されていません