Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルメニューにサブメニューを入れたい。クラスの記述が機能しないため、モジュールのlayer.xmlにフォルダーを配置しました。今、私はそれをどこに置くかを指定することができません。layer.xmlでサブメニューフォルダの場所を指定するにはどうすればよいですか?
これは私が理解するのに永遠にかかりました。<attr name=position intvalue="pos"/>フォルダ宣言の後に、posフォルダを配置する場所を追加するのと同じくらい簡単です。結果は次のようになります。
<attr name=position intvalue="pos"/>
pos
<folder name="myFolder"> <attr name="position" intvalue="0"/> </folder>