仿百度壁纸客户端(五)——实现搜索动画GestureDetector手势识别,动态更新搜索关键字
我们重新来看看这个效果 想实现这个逻辑,其实就是监听两个View的显示隐藏加上一点小动画,所以我们在布局上是这样的
search_fragment.xml
<RelativeLayout xmlns:android="ht...
分类:
其他好文 时间:
2016-04-09 13:59:45
阅读次数:
305
XML代码 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.an ...
分类:
其他好文 时间:
2016-04-08 00:42:05
阅读次数:
276
本片博客的事例是根据我自己项目中的部分需求来的,所以有些和这个不相关的内容和源码,大家可以忽略不计。这种发说说的功能,我也是折腾了很久,今日才得知道,大神请不要见笑,,l里面的图片自己找好了,好了,先看效果:
property_repair,xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res...
分类:
移动开发 时间:
2016-04-04 10:26:01
阅读次数:
221
activity的布局 布局主要有五种: 1.LinearLayout(线性布局) 可以利用orientation属性来设置线性布局是水平还是垂直 2.TableLayout(表格布局) 3.RelativeLayout(相对布局) 相对布局是比较好的布局方式,它是根据控件的相对位置来布局的,这个的 ...
分类:
移动开发 时间:
2016-04-02 10:48:30
阅读次数:
186
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/home_adapter_item" ...
分类:
其他好文 时间:
2016-04-01 21:55:32
阅读次数:
575
这里主要参考了使用SectionIndexer实现微信通讯录的效果 在这里做个记录 效果图 页面使用RelativeLayout,主要分为三个部分,match_parent的主listView,右边字母的SideBar,还有就是微信那种点击字母时浮动的一个TextView 布局: fragment_ ...
分类:
微信 时间:
2016-03-31 14:27:01
阅读次数:
317
写在前面通过上一篇文章的分析,基本已经了解当乐游戏详情页面的思想思路了,本篇文章主要是实现页面的基本效果。
android 仿当乐游戏详情页面(一)页面布局通过上一篇文章分析,已经知道,当乐游戏详情页是通过3个不同层次的布局进行叠加来实现的,为了实现这种层次结构,需要用到RelativeLayout 。
这3个View层次如图所示,分别为:介绍游戏简介的头布局、介绍游戏详情的详情界面、还有too...
分类:
移动开发 时间:
2016-03-29 10:42:49
阅读次数:
262
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:
Web程序 时间:
2016-03-28 11:48:55
阅读次数:
216
1.透明 前面听过过Forms中Page是无法设置为Transparent的,这回想设置一个全透明的全页面的View(在RelativeLayout),也遇到了奇怪的问题, 假设RelativeLayout为container,里面有个StackLayout为content,将container放在 ...
分类:
其他好文 时间:
2016-03-27 13:59:38
阅读次数:
124
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:
其他好文 时间:
2016-03-26 14:09:26
阅读次数:
269