Swati4star / Images-to-PDF

An app to convert images to PDF file!
GNU General Public License v3.0
1.22k stars 813 forks source link

Change Reset Button layout_width to 75dp and Imagecount layout_width … #1174

Open PaulBerger56 opened 3 months ago

PaulBerger56 commented 3 months ago

…to 125dp

Description

The Reset button was not wide enough for the text, and the text was wrapping.

Fixes #(issue)

Adjusted the width of the Reset button to 75dp. Also adjusted the width of Imagecount to 125dp because the next Image arrow was getting cut off on smaller devices after increasing the width of the Reset Button.

Screenshots from two different virtual Devices

Pixel Fold Open

Pixel Fold Open

Pixel Fold Closed

Pixel Fold Closed

Small Android Phone

Small Phone

Type of change

Just put an x in the [] which are valid.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

codeclimate[bot] commented 3 months ago

Code Climate has analyzed commit 09d95487 and detected 0 issues on this pull request.

View more on Code Climate.

PaulBerger56 commented 3 months ago

This pull request was a fix for the issue UI improvement #1169