手把手教您-將Gallery導入eclipse

具體導入過程與上一篇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

相關文章
相關標籤/搜索