lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

The Home fragment Sobriety Date, Days and Step labels when clicked do not display dialog #30

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

The Home fragment allows you to set a sobriety date, set the format of the days / years sober and set the 12-step you are working on. Currently the dialogs are only displayed if you click on the actual value it would be an improvement if clicking the descriptive label text to the left also displayed the dialog.

lschmid83 commented 3 months ago

I have refactored the display dialog code into methods and added setOnClickListeners() which invoke it when the sobriety date, days sober or step labels are clicked on.