underline the Show content text at locked notes

This commit is contained in:
tibbi 2023-01-30 12:20:54 +01:00
parent 1acda068af
commit 20b83330ec

View File

@ -24,6 +24,7 @@ abstract class NoteFragment : Fragment() {
note_locked_label.setTextColor(requireContext().getProperTextColor())
note_locked_label.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
note_locked_show.underlineText()
note_locked_show.setTextColor(requireContext().getProperPrimaryColor())
note_locked_show.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
note_locked_show.setOnClickListener {