02 2016 档案

摘要:使用方法: 在Activity onCreate()中 resideMenu = new ResideMenu(this); resideMenu.setBackground(R.drawable.menu_background); resideMenu.attachToActivity(this) 阅读全文
posted @ 2016-02-29 19:15 我是小光 阅读(268) 评论(0) 推荐(0)
摘要:简略概述: 1 <LinearLayout 2 android:layout_width="match_parent" 3 android:layout_height="match_parent" 4 android:orientation="vertical"> 5 <TextView 6 and 阅读全文
posted @ 2016-02-27 11:04 我是小光 阅读(331) 评论(0) 推荐(0)
摘要:效果图: 1.lsitview中view元素的设置。 在源代码中设置了menu了,从而实现了listview的一系列应用效果。 1.menuItem类封装了每一行的各种属性 public MenuItem(int width, String text, int textSize, int textC 阅读全文
posted @ 2016-02-25 11:18 我是小光
摘要:学习要点:下拉刷新 这个小应用包含了在使用到GridView,FrameLayout,TextView,ListView等等控件时的所有下拉刷新效果下拉刷新具有极为强大的使用空间,几乎所有的应用都会用到。 源码解析文档:http://a.codekk.com/detail/Android/Grumo 阅读全文
posted @ 2016-02-24 12:54 我是小光 阅读(861) 评论(0) 推荐(0)