具体导入过程与上一篇Camera的导入过程同样,
可是,导入后,在res/values/styles.xml文件会出现如下问题:android
No resource found that matches the given name 'android:style/Theme.Dialog.Alert'.
具体修改方法为:
将: <style name="Theme.DeleteImageDialog" parent="android:style/Theme.Dialog.Alert">
修改成:
<style name="Theme.DeleteImageDialog" parent="@*android:style/Theme.Dialog.Alert">
eclipse
主要缘由是android:style/Theme.Dialog.Alert不公有的,导入eclipse后须要添加*才可以使用。
spa
另外Gallery须要导入framework_intermediates目录下的classes.jar包,而且将Order设定为Topxml