You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look closely at the background color behind the cards for Arrival info, both Style A and B, there is a darker gray surrounding by a lighter gray - the background should all be the same color (minus the shadow of the card itself).
This seems to be more noticeable when viewing the ArrivalsListFragment within the ArrivalsListActivity than the sliding panel, but exists in both views.
I believe this started showing up when my device (LG G4) updated to Android 6.0.
Steps to reproduce:
For ArrivalsListActivity - star a stop, and then tap on the starred stop from the Starred Stops view. Or, create a home screen shortcut and tap on that shortcut.
For sliding panel - go to Nearby view, and tap on a bus stop and slide the panel up.
Expected behavior:
The color behind the cards should be one shade of gray (minus the shadow from the card itself).
Observed behavior:
There are two shades of gray - a darker one surrounding the card, and lighter one in a square surrounding the darker shade.
Device and Android version:
Stock LG G4 w/ Android 6.0. As mentioned above, I don't believe this occurred on 5.x on the same device.
I think I found the issue, the problem seems to be that there are unique color resources for each list's background with slightly different off-white colors compared to the plain white background (i.e. arrival_list_background is a slight off-white color), and that the background colors are only being applied to the footer's style instead of the entire background. That can be fixed, but is it intentional that all the background color resources used are slightly different colors of white?
Summary:
If you look closely at the background color behind the cards for Arrival info, both Style A and B, there is a darker gray surrounding by a lighter gray - the background should all be the same color (minus the shadow of the card itself).
This seems to be more noticeable when viewing the ArrivalsListFragment within the ArrivalsListActivity than the sliding panel, but exists in both views.
I believe this started showing up when my device (LG G4) updated to Android 6.0.
Steps to reproduce:
For ArrivalsListActivity - star a stop, and then tap on the starred stop from the Starred Stops view. Or, create a home screen shortcut and tap on that shortcut.
For sliding panel - go to Nearby view, and tap on a bus stop and slide the panel up.
Expected behavior:
The color behind the cards should be one shade of gray (minus the shadow from the card itself).
Observed behavior:
There are two shades of gray - a darker one surrounding the card, and lighter one in a square surrounding the darker shade.
Device and Android version:
Stock LG G4 w/ Android 6.0. As mentioned above, I don't believe this occurred on 5.x on the same device.
In OBA project dependencies:
compile 'com.android.support:cardview-v7:22.2.1'
compile 'com.android.support:design:22.2.1'
Screenshots:
The text was updated successfully, but these errors were encountered: