码迷,mamicode.com
首页 > 移动开发 > 详细

android 阿拉伯语下,图库中编辑运动轨迹图片,动画中会显示绿色的图片

时间:2014-10-15 13:05:30      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:android   io   java   for   sp   on   cti   ef   bs   

alps/packages/apps/Camera/src/com/android/camera/FileSaver.java
1:import java.util.Locale;
2:modify the function:
public void refactoerTitle() {
......
if (mTag != INTERMEDIA_IMAGE) {
// if the data is InterMedia file,the file name not 
// have the index
mTitle += String.format("%02d", mIndex);
}
setIgnoreThumbnail(true);

changed to :
public void refactoerTitle() {
......
if (mTag != INTERMEDIA_IMAGE) {
// if the data is InterMedia file,the file name not 
// have the index
mTitle += String.format(Locale.ENGLISH, "%02d", mIndex); //here need to change
}
setIgnoreThumbnail(true);

android 阿拉伯语下,图库中编辑运动轨迹图片,动画中会显示绿色的图片

标签:android   io   java   for   sp   on   cti   ef   bs   

原文地址:http://blog.csdn.net/sergeycao/article/details/40108075

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!