androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 176 forks source link

Fix error-prone issues part5 #669

Closed jswong65 closed 2 years ago

jswong65 commented 2 years ago

Resolve the [UnusedVariable] errorProne issues for the Core library. Mostly added @SuppressWarnings("unused") to suppress the warnings.

Remove, modify a bit for the rest. Please let me know if you see any issues on this part.