mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 18:40:20 +01:00
underline the Show content text at locked notes
This commit is contained in:
parent
1acda068af
commit
20b83330ec
@ -24,6 +24,7 @@ abstract class NoteFragment : Fragment() {
|
|||||||
note_locked_label.setTextColor(requireContext().getProperTextColor())
|
note_locked_label.setTextColor(requireContext().getProperTextColor())
|
||||||
note_locked_label.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
|
note_locked_label.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
|
||||||
|
|
||||||
|
note_locked_show.underlineText()
|
||||||
note_locked_show.setTextColor(requireContext().getProperPrimaryColor())
|
note_locked_show.setTextColor(requireContext().getProperPrimaryColor())
|
||||||
note_locked_show.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
|
note_locked_show.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
|
||||||
note_locked_show.setOnClickListener {
|
note_locked_show.setOnClickListener {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user