码迷,mamicode.com
首页 >  
搜索关键字:change legend positi    ( 7920个结果
防止横竖屏时,iphone自动缩放的一段js代码
function orientation_change() { var viewport = document.querySelector('meta[name="viewport"]'); if (window.orientation == 0 || window.orientation ==.....
分类:Web程序   时间:2014-09-05 15:44:01    阅读次数:168
监听SharedPreference变化的方法
/**      * A listener for all the change in the preference file. It is used to maintain the global state of the application.      */     private class PreferenceListener implements SharedPreference...
分类:其他好文   时间:2014-09-05 11:25:31    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!