litecoin-foundation / litewallet-android

Litewallet Android
MIT License
32 stars 12 forks source link

🦺[Tech Debt] Certain devices obfuscating LW App UI #99

Open kcw-grunt opened 1 year ago

kcw-grunt commented 1 year ago

Goal

Describe the work to be done

The Android devices have thousands of aspect ratios and screen sizes and some devices cover the controls for the app. This is a big issue and before `fixing` it we should get to the root of the cause. ## Sample Cases Device: Pixel 4a (no navigation) | Device: Xiaomi (can navigate: Square, circle and triangle) ----|----- ![Screenshot_20230109-143232](https://user-images.githubusercontent.com/2899463/211333719-7bb8547d-8842-4d9f-9ae5-1babc01360cf.png)|![1673281337233-xiaomi](https://user-images.githubusercontent.com/2899463/211356829-ffb91852-bfc7-481f-b121-46067abc14bb.jpeg) ## Definition of Done - [ ] Define out the issue/problem - [ ] Game out solutions - [ ] Test the solutions and submit issues