File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 android : id =" @+id/iv_add_folder"
4545 android : layout_width =" wrap_content"
4646 android : layout_height =" wrap_content"
47+ android : tooltipText =" Create New Category"
4748 android : src =" @drawable/baseline_create_new_folder_24"
4849 android : scaleType =" centerCrop"
4950 android : paddingRight =" @dimen/_8sdp"
9899 android : layout_width =" wrap_content"
99100 android : layout_height =" wrap_content"
100101 android : layout_gravity =" bottom|end"
101-
102+ android : tooltipText = " Create New Note,Image,Drawing etc... "
102103 app : efab_closingAnticipateTension =" 0"
103104 app : efab_color =" #9374DE"
104105 app : efab_icon =" @drawable/ic_add"
Original file line number Diff line number Diff line change 2525 android : padding =" 4dp"
2626 android : src =" @drawable/ic_back"
2727 android : visibility =" visible"
28- android : clickable =" true" />
28+ android : clickable =" true"
29+ android : focusable =" true" />
2930 </RelativeLayout >
30-
31-
3231 </Toolbar >
3332
3433
3534 <TextView
3635 android : layout_width =" match_parent"
3736 android : layout_height =" wrap_content"
38- android : text =" Settings "
39- android : textStyle = " normal "
37+ android : text =" @string/settings1 "
38+ android : fontFamily = " @font/ubuntu_bold "
4039 android : textColor =" @color/color4"
41- android : textSize =" 32dp "
40+ android : textSize =" 32sp "
4241 android : textAlignment =" center" />
4342 <androidx .appcompat.widget.SwitchCompat
4443 android : id =" @+id/color_tile_switch"
Original file line number Diff line number Diff line change 3737
3838 <item android : id =" @+id/reboot"
3939 android : icon =" @drawable/ic_reboot"
40+ android : tooltipText =" restart app"
4041 app : showAsAction =" always"
41- android : title =" Restart App " />
42+ android : title =" @string/restart_app " />
4243
4344</menu >
4445
Original file line number Diff line number Diff line change 2626 <string name =" save_button" >save button</string >
2727 <string name =" hint_checklist_item" >hint checklist item</string >
2828 <string name =" add_button" >add button</string >
29+ <string name =" settings1" >Settings</string >
30+ <string name =" restart_app" >Restart App</string >
2931</resources >
You can’t perform that action at this time.
0 commit comments