http://www.oracle.com/webfolder/ux/middleware/alta_icon_mobile_design_guide/navigation_icons-navigation_bar.html
http://www.oracle.com/webfolder/ux/mobile/component/button.html
http://bip-lab-adf.blogspot.jp/2013/10/different-shapes-of-button-in-oracle-adf.html
How to change ICON color:
http://www.iconworkshop.cn/xiazai.html
Android DDMS can not find device
1.>> adb nodaemon server
cannot bind 'tcp:5037'
>> netstat -ano
>> tasklist|findstr or taskkill /f /pid
2.>>netstat -a -n -o |findstr "5037"
输出结果:
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 5096
TCP 127.0.0.1:5037 127.0.0.1:51577 ESTABLISHED 5096
TCP 127.0.0.1:51577 127.0.0.1:5037 ESTABLISHED 43242.
>>tasklist /v | findstr 5096
>>tadb.exe
>>taskkill /f -pid XXX
http://www.oracle.com/webfolder/ux/mobile/component/button.html
http://bip-lab-adf.blogspot.jp/2013/10/different-shapes-of-button-in-oracle-adf.html
How to change ICON color:
http://www.iconworkshop.cn/xiazai.html
Android DDMS can not find device
1.>> adb nodaemon server
cannot bind 'tcp:5037'
>> netstat -ano
>> tasklist|findstr or taskkill /f /pid
2.>>netstat -a -n -o |findstr "5037"
输出结果:
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 5096
TCP 127.0.0.1:5037 127.0.0.1:51577 ESTABLISHED 5096
TCP 127.0.0.1:51577 127.0.0.1:5037 ESTABLISHED 43242.
>>tasklist /v | findstr 5096
>>tadb.exe
>>taskkill /f -pid XXX