tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
319 stars 38 forks source link

Fix truncated text in about page in horizontal view #133

Closed Biswa96 closed 8 months ago

Biswa96 commented 8 months ago

Here is a screenshot of the about page before this fix. See texts are not shown in top and bottom lines.

image

This is fixed by adding a scroll view.

Biswa96 commented 8 months ago

p.s. The diff may look bigger but most of it is just for indentation.

tmo1 commented 8 months ago

Hi,

Thanks for working on this. Can you please try to modify the patch to reduce the size of the diff? It's difficult to review in the current form.

Biswa96 commented 8 months ago

I have removed the indentation changes in new commit.

tmo1 commented 8 months ago

Thank you!