添加代码注释

MRD
MRD 2 months ago
parent d9d94a9edb
commit d351ea68ff

@ -390,7 +390,7 @@ public class NoteEditActivity extends Activity implements OnClickListener,
mNoteEditorPanel = findViewById(R.id.sv_note_edit);
mNoteBgColorSelector = findViewById(R.id.note_bg_color_selector);
// 设置背景颜色选择按钮点击事件
// 设置背景颜色 选择按钮点击事件
for (int id : sBgSelectorBtnsMap.keySet()) {
ImageView iv = (ImageView) findViewById(id);
iv.setOnClickListener(this);

Loading…
Cancel
Save