ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Let pairing button be above listview #248

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

What

This Pull Request adds to the repository the placement of the pairing button above the listview in MainActivity

Why

This Pull Request is needed because you couldn't click on pairing buttons when the listview overlapped the pairing buttons

How

This feature can be viewed/tested within the project by adding a lot of contacts and verifying that the button is above the listview elements

Alternative implementation

Other implementations that I've have considered are

Notes

The sorting button is now wrapped in a LinearLayout because RelativeLayout doesn't support margins (see https://stackoverflow.com/questions/40041415/android-relativelayout-marginbottom-not-working)