microg / android_external_MicroGUiTools

UI helpers used in GmsCore and UnifiedNlp
Apache License 2.0
33 stars 27 forks source link

Fixed some lint errors #1

Closed pvagner closed 8 years ago

pvagner commented 8 years ago

While building with up to date environment I've got some lint errors breaking the build process so I've attempted to resolve them.

Just for the completeness, here are the tools I'm using: Gradle 2.10 OpenJDK 7.u95_2.6.4 android-platform 23_r02 android-sdk 24.4.1 android-sdk-build-tools r23.0.2 android-sdk-platform-tools r23.1.0 android-support r23.1.1

mar-v-in commented 8 years ago

Do not insert wrong language strings. As translations are likely to lack behind as long as development is progressing and UI is thus changing a lot, it's better to use disable lint check "MissingTranslation" for now (as done with GmsCore).

pvagner commented 8 years ago

thanks for the hint. Hopefully I've done it right this time.