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 Closed
Small Android Phone
Type of change
Just put an x in the [] which are valid.
[ x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
[x ] ./gradlew assembleDebug assembleRelease
[ x] ./gradlew checkstyle
Checklist:
[x ] My code follows the style guidelines of this project
[x ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
…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 Closed
Small Android 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.
./gradlew assembleDebug assembleRelease
./gradlew checkstyle
Checklist: