Jing Li

Results 4 issues of Jing Li

At the time of writing, there are 3 different `sdkmanager` binaries after updating. ```bash $ANDROID_SDK_ROOT/tools/bin/sdkmanager --version #=> 26.1.1 $ANDROID_SDK_ROOT/cmdline-tools/tools/bin/sdkmanager --version #=> 3.6.0 $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --version #=> 4.0.0 ``` ![sdkmanager](https://user-images.githubusercontent.com/352956/83326968-9f438900-a278-11ea-939f-6f2d3191c591.png)

**References and Links** https://resinos.io/docs/custombuild/#supporting-your-own-board https://github.com/resin-os/meta-resin https://github.com/shaunmulligan/resin-allwinner https://github.com/resin-os/resin-os-device-support/issues/42

- [x] complex layout (horizontal orientation) - [x] change EditText's underline color for UnderlabelValidator - [x] use same padding as EditText for underline - [x] overload addValidation to support range...

- [ ] [adb logcat](http://developer.android.com/tools/help/logcat.html) - [ ] adb shell am broadcast - [ ] adb shell screenrecord [path_on_your_device]/[filename].mp4 # allow -bit-rate param # support convert to webm??? http://developer.android.com/tools/help/shell.html#screenrecord `adb...