06 2015 档案

转 Android中shape中的属性大全
摘要:solid:实心,就是填充的意思android:color指定填充的颜色gradient:渐变android:startColor和android:endColor分别为起始和结束颜色,ndroid:angle是渐变角度,必须为45的整数倍。另外渐变默认的模式为android:ty... 阅读全文

posted @ 2015-06-30 16:33 Joyfulmath 阅读(196) 评论(0) 推荐(0)

转 Android学习 之 ColorStateList按钮文字变色
摘要:Windows平台VC,对于不同的按钮状态,采用不同的颜色显示文字,实现起来比较复杂,一般都得自绘按钮。但是Android里面实现起来非常方便。我们首先添加一个ColorStateList资源XML文件,XML文件保存在res/color/button_text.xml:Java代码Java代码Bu... 阅读全文

posted @ 2015-06-29 10:09 Joyfulmath 阅读(399) 评论(0) 推荐(0)

Animating Views Using Scenes and Transitions
摘要:From android 4.4 , it supply one new animation with layout:transition To help you animate a change between one view hierarchy and another, Android pro 阅读全文

posted @ 2015-06-24 10:29 Joyfulmath 阅读(438) 评论(0) 推荐(0)

导航