简体   繁体   中英

Appcelerator Titanium image and ico android

Appcelerator Titanium code not working

var tab1 = Titanium.UI.createTab({
    icon:'KS_nav_views.png',
    title:'Tab 1',
    window:win1
});

not appears any images??

**Add this code tiapp.xml**

<?xml version="1.0" encoding="UTF-8"?>

<ti:app xmlns:ti="http://ti.appcelerator.org">

    <sdk-version>1.7.5</sdk-version>
    <property name="ti.android.fastdev" type="bool">false</property>
    <deployment-targets>
        <target device="mobileweb">false</tar.......

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM