android中的style属性值
Android平台定义的主题样式:
android:theme="@android:style/Theme.Dialog" // 将一个Activity显示为对话框模式
android:theme="@android:style/Theme.NoTitleBar" // 不显示应用程序标题栏
android:theme="@android:sty...
分类:
移动开发 时间:
2014-07-19 23:14:09
阅读次数:
400
为 Activity 设置切换动画我们知道,我们可以在 AndroidManifest.xml 文件中,通过 android:theme 属性设置 Activity 的主题。主题中定义了关于 Activity 外观的很多特性。同时,主题中还可以定义 Activity 的切换动画。这是应用 Activ...
分类:
移动开发 时间:
2014-07-19 16:26:26
阅读次数:
318
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:
其他好文 时间:
2014-07-19 16:22:00
阅读次数:
231
【前言】
阅读这篇文章之前先保证你会正常安装myeclipse egit,
详见这篇文章:
其实安装很简单,无非三种:
1.直接拷贝egit文件夹到dropins文件夹下
2.通过eclipse marketplace安装
3.通过myeclipseconfiguration center安装
但是。。
【安装失败】
之前使用以上三种方法都很顺利的完成, 最简单的是方法一...
分类:
Web程序 时间:
2014-07-19 08:22:31
阅读次数:
303
1.download latest jqury http://jquery.com/download/2.download latest jquery.ui, Theme select "Blitzer" http://jqueryui.com/download/#!zThemeParams=5d0...
分类:
Web程序 时间:
2014-07-18 17:20:32
阅读次数:
496
Theme Section
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1114 Accepted Submission(s): 579
Problem Description
It's time for...
分类:
其他好文 时间:
2014-07-18 12:19:26
阅读次数:
207
Material design概述: Material design是一套UI样式标准,应该会提供一些 新的API这写API包含了以下五大模块内容,分别是: Material Theme New Widgets View Shadows Animati...
分类:
移动开发 时间:
2014-07-16 20:34:54
阅读次数:
251
Material Theme提供了三方面的内容:系统组件的颜色可以自定义更改系统组件添加了触摸反馈动画效果Activity切换动画效果系统主题默认被定义在以下三个样式中: 使用Material主题的时候需要注意,Material目前只能运行在Android L的预览版本上。系统组件颜色的更改: .....
分类:
其他好文 时间:
2014-07-16 19:47:55
阅读次数:
282
函数地址:hook_preprocess_HOOK
1 首先解释下hook_preprocess_HOOK这个钩子的含义:
hook
_ preprocess _ HOOK
[module]
_ preprocess _ [theme hook name]
自定义的模块名字 ...
分类:
其他好文 时间:
2014-07-15 12:39:45
阅读次数:
191
android设置背景色为透明
方法一:
只要在配置文件内activity属性配置内加上
android:theme="@android:style/Theme.Translucent"
就好了。
这样就调用了android的透明样式!
方法二:
先在res/values下建colors.xml文件,写入:
...
分类:
移动开发 时间:
2014-07-12 21:43:03
阅读次数:
276