Fixing PagedListView layout issue

- car-ui-provider layout was out of sync with support-lib version. When
  I synced it up, it exposed a different issue, which was missing
  marginStart in both of them (on MaxWidthLayout). Added marginStart to
  ensure RecyclerView is laid out after the scroll bar. Without it
  RecyclerView was drawn on top of scroll-bars.

Bug: 34351310
Test: Manually
Change-Id: Ieeab3b64b414c04f7599db371f1923c78656f433
2 files changed