is it possible to change the text in actionbar of CropImageActivity?
+1
is there any way to change strings?
Yes, you can easily do this by adding this to your style.xml:
<string name="crop_image_menu_crop">My text</string>
For more info on usage and changing other elements refer to this wiki page.
Most helpful comment
Yes, you can easily do this by adding this to your style.xml:
<string name="crop_image_menu_crop">My text</string>For more info on usage and changing other elements refer to this wiki page.