Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update card view layout #91

Merged
merged 2 commits into from
Feb 12, 2017
Merged

Update card view layout #91

merged 2 commits into from
Feb 12, 2017

Commits on Feb 12, 2017

  1. Show card data in a TextView when viewing

    Earlier when a card was viewed it was shown in an EditView which
    was disabled. This was not optimal, as the resulting text was
    dimmed. To help the text be easier to read, a TextView is now
    used to display the data.
    
    In addition, the layout of the card viewing screen has been adjusted
    brarcher committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    0f7d64b View commit details
    Browse the repository at this point in the history
  2. Allow text to be selectable in view mode

    When text is long clicked it is now selectable, so that one can
    copy it to the clipboard.
    brarcher committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    5cea7eb View commit details
    Browse the repository at this point in the history