11 lines
371 B
XML
11 lines
371 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<string name="crop__saving">正在保存照片…</string>
|
|
<string name="crop__wait">请等待…</string>
|
|
<string name="crop__pick_error">无效的图片</string>
|
|
|
|
<string name="crop__done">完成</string>
|
|
<string name="crop__cancel" tools:ignore="ButtonCase">取消</string>
|
|
|
|
</resources>
|