RioBus / android-app

RioBus mobile app written with Java
http://riob.us
GNU General Public License v2.0
19 stars 20 forks source link

History view does not shows the "expandable" arrow in some devices #59

Closed fmsouza closed 8 years ago

fmsouza commented 8 years ago

In the "History" view you can see a list of rows indicating the days you have searched for some information in the app. Each line should have the date indication and an arrow indicating that the box is expandable and all the history for the clicked day should show up below the box.

However, the arrow does not shows up, only the day, and it turns out to be difficult to identify that you should click over the box to see the information.

It was tested in two different devices with two different SO versions and did not worked properly:

screenshot_20160322-230135

screenshot_20160322-230138

georgerappel commented 8 years ago

After commit 043976ddaea2fb371bd340ffca12c8c6c0e9ac34 the arrow is the following (tested on Android 5.1.1 and 4.4.4).

image

Should we put it darker or close this issue?

fmsouza commented 8 years ago

It's awesome that way.