欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

android在連拍菜單中增加連拍張數(shù)選項功能實現(xiàn)代碼

 更新時間:2013年06月17日 15:46:27   作者:  
想要增加連拍張數(shù)選項需要在entries, entryvalues中添加兩項,同時在mtk_strings.xml中添加相應的字符串,具體如下,感興趣的朋友可以參考下哈
修改\packages\apps\Camera\res\values\arrays.xml中的以下代碼:
復制代碼 代碼如下:

<string-array name="pref_camera_continuous_number_entries">
<item>@string/pref_camera_continuous_number_normal</item>
<item>@string/pref_camera_continuous_number_large</item>
</string-array>

<string-array name="pref_camera_continuous_number_entryvalues" translatable="false">
<item>40</item>
<item>99</item>
</string-array>

需要在entries, entryvalues中添加兩項,同時在mtk_strings.xml中添加相應的字符串。

相關文章

最新評論