2012-02-26 41 views

回答

1

Eclipse沒有顯示對話框中的layer-list選項,所以我想這是ADT plugin + Eclipse錯誤(或功能:))之一。

一個layer-list這是在具有layer-list元素在它的drawable文件夾只是一個XML文件,所以你可以手動使其:

<?xml version="1.0" encoding="utf-8"?> 
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 
    <item> 
     // the items of the layer-list, you coul have many items in the layer-list 
    </item> 
</layer-list> 

檢查this link

+0

我ASLO是這麼認爲的。謝謝 – 2012-02-26 11:44:41

相關問題