android 阿拉伯語下,圖庫中編輯運動軌跡圖片,動畫中會顯示綠色的圖片

來源:互聯網
上載者:User

android 阿拉伯語下,圖庫中編輯運動軌跡圖片,動畫中會顯示綠色的圖片
1. 在阿拉伯語下,進camera拍照一張運動軌跡圖片,
2. 滑進圖庫查看此圖片,在preview介面, 圖框右下角會有一個“+”按鈕,點擊該按鈕,然後按右上方阿拉伯語標示按鈕,回到所拍運動軌跡動畫預覽介面
3. 查看軌跡動畫,發現剛開始顯示的是綠色圖案,然後變成所拍景物,中途也出現綠色映像
修改如下:
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); //修改
}
setIgnoreThumbnail(true);
}

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.