Skip to content

matsujun/android-dev-challenge-compose_week3_1

Repository files navigation

Bloom

Workflow result

📜 Description

Bloom app

💡 Motivation and Context

I think the layout is completely same as spec. But some color, and design of checkbox are looks little bit different. They are not defined on spec PDF, so I cant set them to completely same design.

  • Checkbox on PDF is larger than Checkbox of JetpackCompose.
    • There are no spec of corner radius of checkbox, so I did not use full customized Checkbox
  • If I use OutlinedTextField, it has extra space above outline, and it is not same as design spec. So I put TextField inside of outlined Box.
    • But there are no spec about outline.
  • There are no spec about height of divider on Home screen.
    • So I just use default height.

📸 Screenshots

License

Copyright 2020 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages