在一个FragmentLayout里面添加圆点实在翻页的基础上完成的,其实圆点的视图(View)就在Fragment里面与Viewpager不用层面上,就好像你穿了一件针织衫,现在再在你的衣服表面钉几个扣子是一个现象。看下面xml代码:
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id...
分类:
其他好文 时间:
2016-05-12 13:58:42
阅读次数:
169
页面布局
android :layout_width= "match_parent"
android :layout_height= "match_parent"
android :orientation= "horizontal">
android :id= "@+id/img"
android :...
分类:
其他好文 时间:
2016-05-12 13:32:51
阅读次数:
275
xml <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/time_line1" androi ...
分类:
其他好文 时间:
2016-05-10 23:30:54
阅读次数:
245
1、碎片的动态切换: 1-1:页面填写 <FrameLayout android:id="@+id/fl_layout" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="matc ...
分类:
其他好文 时间:
2016-05-08 19:43:58
阅读次数:
173
Toast的用法 新建工程Toast 资源文件添加Button按钮btnShowToast <Button android:id="@+id/btnShowToast" android:layout_width="fill_parent" android:layout_height="wrap_co ...
分类:
其他好文 时间:
2016-05-08 10:21:17
阅读次数:
184
一丶PagerSlidingTabStrp运用
扣丁音乐1.0前部分(gif图大小限制)演示:
视频教程中是直接将PagerSlidingTabStrp例子的主页面拿来做主页面,并对相应用到的地方做出修改
修改一:
activity_main.xml
保留如下,其余控件删除
<com.astuetz.PagerSlidingTabStrip
android:id="...
分类:
其他好文 时间:
2016-05-08 06:44:31
阅读次数:
183
一.概述从今天开始,我们介绍一下线程中的一些知识点,我会通过具体的一些案例来告诉大家如何在实际开发中使用多线程。先看一张效果图
二.实现我们先看看布局文件,这里只讲一下进度条以及两个控制按钮的样式是如何实现的 <ProgressBar
android:id="@+id/progressBar"
style="?android:attr/progressBarSty...
分类:
编程语言 时间:
2016-05-07 11:17:48
阅读次数:
216
Android 超简单自动无限轮播图LoopView
只需要你传入数据就可以了
效果图
demo地址 https://github.com/wanghao200906/Android-LoopView效果实现1.添加依赖库
2.添加到xml<
com.kevin.loopview.AdLoopView
android:id=”@+id/main_act_adloo...
分类:
移动开发 时间:
2016-05-07 07:53:24
阅读次数:
820
来自Github,地址:
https://github.com/worldline/FoldableLayout
效果图:使用(以配合RecycleView一起使用为例):先上各个布局文件:主页面创建RecycleView<android.support.v7.widget.RecyclerView
android:id="@+id/rv_ShouyeFragment"...
分类:
其他好文 时间:
2016-05-07 06:57:24
阅读次数:
197
1.常见控件的使用: TextView Button EditText ImageView 1.TextView <TextView android:id="@+id/text_view" android:layout_width="match_parent" android:layout_heig ...
分类:
移动开发 时间:
2016-05-06 20:31:39
阅读次数:
196