apps-android-commons/app
Jason Whitmore 7318c8c273 activity_review.xml: add new GUI elements to replace old ones
Before this commit, the info icon shared the same GUI element with the "Skip this image" text.
This made the Kotlin code to handle taps on the info icon difficult to write, and would crash
with a NPE when the user used a language that is read right to left and the info icon was pressed.

This commit creates new GUI elements. Notably, the info icon has it's own element. A LinearLayout
is used to place the skip button and the info icon button together. Kotlin code can now be
simplified and the NPE bug can be fixed.
2025-08-07 14:53:07 -07:00
..
src activity_review.xml: add new GUI elements to replace old ones 2025-08-07 14:53:07 -07:00
build.gradle.kts Bump up version code to 1055 for v5.6.1 release 2025-07-26 12:32:54 +05:30
proguard-rules.txt Fix/file usage not working (#6354) 2025-06-24 21:56:00 +09:00
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30