有时候在一些子页面或者内容页面,不需要显示ActionBar的标题栏图标。可用如下方式进行设置。首先获取到ActionBar对象ActionBar actionBar=getActionBar();使用android:logo属性。不像方方正正的icon,logo的图像不会有任何宽度限制。logo图...
                            
                            
                                分类:
其他好文   时间:
2014-09-17 20:05:42   
                                阅读次数:
198
                             
                         
                    
                        
                            
                            
                                作者 : 万境绝尘 (octopus_truth@163.com)转载请著名出处 : http://blog.csdn.net/shulianghan/article/details/39269163示例代码下载 : -- GitHub : https://github.com/han1202012/Octopus_ActionBarStyle.git -- CSDN : http://downl...
                            
                            
                                分类:
移动开发   时间:
2014-09-17 10:20:02   
                                阅读次数:
356
                             
                         
                    
                        
                            
                            
                                <table?id="tt"?
title="Formatting?Columns"?
class="easyui-datagrid"?
style="width:550px;height:250px"
url="data/datagrid_data.json"
singleSelect="true"?
iconCls="icon-save"> id="tt" title="Fo...
                            
                            
                                分类:
其他好文   时间:
2014-09-16 12:53:50   
                                阅读次数:
117
                             
                         
                    
                        
                            
                            
                                1.在General中App Icons 使用Source--> AppIcon2.在Images.xcassets 中依次添加对应尺寸的icon.3.选中AppIcon ,在右侧第三个按钮下,勾选 iOS icon is pre-rendered.4.编译,运行,icon高光效果就没有了.如果还存...
                            
                            
                                分类:
其他好文   时间:
2014-09-13 21:26:15   
                                阅读次数:
249
                             
                         
                    
                        
                            
                            
                                之前的建议方法是把在xxx.info.plist文件中把icon already includes gloss and bevel effects 设置YES在Xcode5下,反复实现不成功,今天终于找到解决方案,如果使用xcassets设置方法,需要选择iOS icon is pre-render...
                            
                            
                                分类:
移动开发   时间:
2014-09-13 14:28:55   
                                阅读次数:
223
                             
                         
                    
                        
                            
                            
                                1、糟糕的app icon对于不同的开发者和设计者来说,每个人似乎都有他们自己关于什么是好的icon的想法。在App Store的“Camera” 类别中,你会看到一些icon非常引人注目,而另一些icon则似乎被隐蔽了,默默无闻地藏在某个角落。很明显,让icon脱颖而出的是其视觉上的吸引 力,但....
                            
                            
                                分类:
其他好文   时间:
2014-09-13 13:14:45   
                                阅读次数:
148
                             
                         
                    
                        
                            
                            
                                <div?class="easyui-dialog"?style="width:400px;height:200px"
????data-options="title:‘My?Dialog‘,collapsible:true,iconCls:‘icon-ok‘,onOpen:function(){}">
????dialog?content.
</div> 为什么...
                            
                            
                                分类:
其他好文   时间:
2014-09-12 17:28:14   
                                阅读次数:
284
                             
                         
                    
                        
                            
                            
                                android doc中是这样描述的:public voidsetImageResource(int resId)这是其中的一个方法,参数resld是这样:ImageView.setImageResource(R.drawable.icon);看下面这段话Sets a drawable as the...
                            
                            
                                分类:
其他好文   时间:
2014-09-12 14:48:13   
                                阅读次数:
224
                             
                         
                    
                        
                            
                            
                                <li class="<if condition="$highlight eq ‘category‘">active</if>"><a href="{:U(‘category/index‘)}"><i class="icon-cloud"></i><span>栏目管理</span></a></li>...
                            
                            
                                分类:
Web程序   时间:
2014-09-11 17:38:32   
                                阅读次数:
200
                             
                         
                    
                        
                            
                            
                                摘要:所有的应用程序创建者都对自己的应用寄予美好的愿望,但是很多错误是在他们无意识的状态下破坏app的设计,没有开发者或者设计师会故意破坏应用的设计,以下是应用开发者经常犯的6个错误。
在app设计过程中,开发者会犯很多破坏设计的错误,不过以下是最明显的一部分,并且也很容易避免。深入理解设计规则和移动应用特性可以帮你打造更好的用户体验。
1、糟糕的app icon
通常情...
                            
                            
                                分类:
其他好文   时间:
2014-09-11 17:22:02   
                                阅读次数:
229