Skip to content

Commit 20b8333

Browse files
committed
underline the Show content text at locked notes
1 parent 1acda06 commit 20b8333

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/NoteFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ abstract class NoteFragment : Fragment() {
2424
note_locked_label.setTextColor(requireContext().getProperTextColor())
2525
note_locked_label.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
2626

27+
note_locked_show.underlineText()
2728
note_locked_show.setTextColor(requireContext().getProperPrimaryColor())
2829
note_locked_show.setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getPercentageFontSize())
2930
note_locked_show.setOnClickListener {

0 commit comments

Comments
 (0)