avtivity
徐沫呗
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
动态改变布局到顶部的距离
FrameLayout.LayoutParams layoutParam = new FrameLayout.LayoutParams( FrameLayout.LayoutParams.FILL_PARENT, FrameLayout.LayoutParams.FILL_PARENT);layoutParam.setMargins(0, 0, 0, 0);frameEmpty.setLayo原创 2016-02-23 15:02:28 · 1169 阅读 · 0 评论 -
listview 点击 item 字体变颜色
item_color.xml item.xml xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"原创 2016-04-20 15:31:45 · 544 阅读 · 0 评论 -
android 判断横竖屏的方法
public boolean isScreenChange() {Configuration mConfiguration = this.getResources().getConfiguration(); //获取设置的配置信息int ori = mConfiguration.orientation ; //获取屏幕方向if(ori == mConfiguration.ORI原创 2016-05-16 17:11:13 · 2427 阅读 · 0 评论
分享