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

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

时间:2017-04-27 15:43:42      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:ret   odi   media   min   orm   dia   string   roi   art   

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 阿拉伯语下,图库中编辑运动轨迹图片,动画中会显示绿色的图片

标签:ret   odi   media   min   orm   dia   string   roi   art   

原文地址:http://www.cnblogs.com/wzjhoutai/p/6774202.html

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