SCCapstone / DBK

0 stars 0 forks source link

Resolve lint issues #59

Closed hxtk closed 5 years ago

hxtk commented 5 years ago

./gradlew :app:lint exposes several style issues.

Some of these issues would fix real visual bugs we are encountering (namely #46, #57) and several others are just good housekeeping that are quick enough fixes that there is no reason not to do them.

hxtk commented 5 years ago

My last several commits have resolved lint issues, namely outdated dependencies and hard-coded text.

The issues which I suspected would resolve visual bugs were those in the category "Overlapping items in RelativeLayout", which I have not yet worked on.

There remains a great deal of hard coded text, but they should be mostly resolved in #58.

ntford commented 5 years ago

Solved with Commit #84