mI-PIV / app

Mobile Instructional Particle Image Velocimetry (mI-PIV) is an educational Android application that teaches users about fluid mechanics through real-time experiments and curricular modules.
MIT License
8 stars 4 forks source link

Popup gui elements are being trimmed #355

Closed kp-121 closed 2 years ago

kp-121 commented 2 years ago
kp-121 commented 2 years ago

List of popups that are currently clipping gui elements:

kp-121 commented 2 years ago

The type of adjustments we would want to make is already available to us with Android's gui xml.

kp-121 commented 2 years ago

Just a heads up @Kevin-Jay-Roberts21, I found the culprit with popup ui elements being clipped. The TableLayout inside the alert dialog doesn't mix well. The table is too rigid for dynamic elements. The solution is to create a faux table with LinearLayouts.

Kevin-Jay-Roberts21 commented 2 years ago

Thank goodness. Good to know this annoying issue is finally resolved. Thanks for updating me.

On Thu, Aug 25, 2022 at 9:33 AM Kris Price @.***> wrote:

Just a heads up @Kevin-Jay-Roberts21 https://github.com/Kevin-Jay-Roberts21, I found the culprit with popup ui elements being clipped. The TableLayout inside the alert dialog doesn't mix well. The table is too rigid for dynamic elements. The solution is to create a faux table with LinearLayouts.

— Reply to this email directly, view it on GitHub https://github.com/mI-PIV/app/issues/355#issuecomment-1227428954, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKWYZUFJZQHDWNW4ZUVJJFDV26G27ANCNFSM5556GVUQ . You are receiving this because you were mentioned.Message ID: @.***>

-- kevin roberts