File tree Expand file tree Collapse file tree
java/com/abizer_r/quickedit/ui/editorScreen/bottomToolbar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId = " com.abizer_r.quickedit"
1414 minSdk = 24
1515 targetSdk = 34
16- versionCode = 2
17- versionName = " 1.0.2 "
16+ versionCode = 3
17+ versionName = " 1.0.3 "
1818
1919 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2020 vectorDrawables {
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ fun ToolbarItem(
166166
167167 is BottomToolbarItem .PanItem -> Pair (
168168 Icons .Outlined .PanTool ,
169- stringResource(id = R .string.pan )
169+ stringResource(id = R .string.zoom )
170170 )
171171
172172 is BottomToolbarItem .TextFormat -> Pair (
Original file line number Diff line number Diff line change 77 <string name =" font" >Font</string >
88 <string name =" brush" >Brush</string >
99 <string name =" pan" >Pan</string >
10+ <string name =" zoom" >Zoom</string >
1011 <string name =" shape" >Shape</string >
1112 <string name =" eraser" >Eraser</string >
1213 <string name =" crop" >Crop</string >
You can’t perform that action at this time.
0 commit comments