apps8os / contextlogger3

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT). All source code in this project is published under MIT open source license (http://opensource.org/licenses/MIT). If you have any questions about the project, please contact Kimmo Karhu (firstname.lastname [at] aalto.fi).
13 stars 2 forks source link

Start activity button shrinked into a bar in Android 4.0.4 and not visible at all in Android 2.X #19

Closed ktkarhu closed 11 years ago

ktkarhu commented 11 years ago

Screenshot from Android 4.0.4

ktkarhu commented 11 years ago

This is caused by long strings in the dropdown menu. In Android 2.X devices with small screen the whole start button moves outside screen and is inaccessible.

ktkarhu commented 11 years ago

Proposal for a fix: button would always take some space from the right and dropdown cannot override it

ktkarhu commented 11 years ago

Chao, I just discussed this with Nalin over the phone. Since you have most experience with UI related stuff and have been lately working with the UI, could you make a fix for this and send Nalin the source code for the change? Nalin will then manually do same changes into his branch and make a new build. It is VERY IMPORTANT not to make any other changes to the code but just fix this error. By doing other changes we can easily introduce new problems.

Chao, could you do two solutions:

  1. Button is moved below dropdown
  2. Dropdown width is somehow limited so that button is always visible on the right side

Could you do these changes still today and send email to Nalin so that he can test it and make a new build tonight?I will then do final testing tomorrow.

ktkarhu commented 11 years ago

Problem solved after start button was moved below the dropdown.