Fixes KitchenSink flickering issue.

Flickering is caused by texts trying to be in the
center, though the texts length keeps changing. Fixes the issue by making texts
aligned on left side of the screen and padding some space on the left, so
that users have a good visibility of texts on the left side near screen edge.

Bug: b/144698249

Test: Running the app on a device.

Change-Id: Iab82c724def425d12e9ad19d8f0675365723364c
1 file changed
tree: 2aa621e101ee63b0295353a362f85c9c62e09415
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. computepipe/
  10. EncryptionRunner/
  11. evs/
  12. experimental/
  13. FrameworkPackageStubs/
  14. obd2-lib/
  15. procfs-inspector/
  16. service/
  17. tests/
  18. tools/
  19. user/
  20. vehicle-hal-support-lib/
  21. watchdog/
  22. .clang-format
  23. .gitignore
  24. Android.mk
  25. CleanSpec.mk
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.