CoronaTeam / CoronaGame

Software Development Project 2020
3 stars 0 forks source link

Clean Layout #195

Closed Ulydev closed 4 years ago

Ulydev commented 4 years ago

This PR adds constants to styles.xml, strings.xml, dimens.xml in order to re-use certain attributes instead of hardcoding them within the layout files. It also replaces some ConstraintLayouts with LinearLayouts.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 96a12d7a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 84.1% (0.0% change).

View more on Code Climate.

Ulydev commented 4 years ago

Seems like re-running the CI was enough!