File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2222 android : layout_width =" @dimen/normal_icon_size"
2323 android : layout_height =" @dimen/normal_icon_size"
2424 android : layout_centerHorizontal =" true"
25- android : layout_marginTop =" @dimen/medium_margin "
25+ android : layout_marginTop =" @dimen/activity_margin "
2626 android : src =" @drawable/ic_lock_vector" />
2727
2828 <com .simplemobiletools.commons.views.MyTextView
3232 android : layout_below =" @+id/note_locked_image"
3333 android : layout_centerHorizontal =" true"
3434 android : layout_marginTop =" @dimen/activity_margin"
35+ android : paddingTop =" @dimen/medium_margin"
3536 android : text =" @string/note_content_locked" />
3637
3738 <TextView
4041 android : layout_height =" wrap_content"
4142 android : layout_below =" @+id/note_locked_label"
4243 android : layout_centerHorizontal =" true"
43- android : layout_marginTop =" @dimen/small_margin "
44+ android : layout_marginTop =" @dimen/medium_margin "
4445 android : background =" ?attr/selectableItemBackground"
4546 android : padding =" @dimen/activity_margin"
4647 android : text =" @string/show_content" />
Original file line number Diff line number Diff line change 1717 android : layout_width =" @dimen/normal_icon_size"
1818 android : layout_height =" @dimen/normal_icon_size"
1919 android : layout_centerHorizontal =" true"
20- android : layout_marginTop =" @dimen/medium_margin "
20+ android : layout_marginTop =" @dimen/activity_margin "
2121 android : src =" @drawable/ic_lock_vector" />
2222
2323 <com .simplemobiletools.commons.views.MyTextView
2727 android : layout_below =" @+id/note_locked_image"
2828 android : layout_centerHorizontal =" true"
2929 android : layout_marginTop =" @dimen/activity_margin"
30+ android : paddingTop =" @dimen/medium_margin"
3031 android : text =" @string/note_content_locked" />
3132
3233 <TextView
3536 android : layout_height =" wrap_content"
3637 android : layout_below =" @+id/note_locked_label"
3738 android : layout_centerHorizontal =" true"
38- android : layout_marginTop =" @dimen/small_margin "
39+ android : layout_marginTop =" @dimen/medium_margin "
3940 android : background =" ?attr/selectableItemBackground"
4041 android : padding =" @dimen/activity_margin"
4142 android : text =" @string/show_content" />
You can’t perform that action at this time.
0 commit comments