亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

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中添加相應的字符串。

相關文章

最新評論