File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kotlin/com/simplemobiletools/notes/pro/adapters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ class OpenNoteAdapter(
7474 val formattedText = note.getFormattedValue(context)
7575 open_note_item_text.beGoneIf(formattedText.isNullOrBlank() || note.isLocked())
7676 icon_lock.beVisibleIf(note.isLocked())
77+ icon_lock.setImageDrawable(activity.resources.getColoredDrawableWithColor(R .drawable.ic_lock_vector, properPrimaryColor))
7778 open_note_item_text.apply {
7879 text = formattedText
7980 setTextColor(textColor)
Original file line number Diff line number Diff line change 1414 android : layout_width =" match_parent"
1515 android : layout_height =" @dimen/open_note_popup_lock_size"
1616 android : layout_below =" @+id/open_note_item_title"
17- android : alpha =" 0.5"
1817 android : importantForAccessibility =" no"
19- android : scaleType = " centerInside "
18+ android : padding = " @dimen/small_margin "
2019 android : src =" @drawable/ic_lock_vector"
2120 android : visibility =" gone" />
2221
You can’t perform that action at this time.
0 commit comments