码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
RelativeLayout.LayoutParams 使用addRule失效的问题解决办法
Button btn1;btn1.setId(1001);int width; // layout width;int btnWidth; // btn width;int btnHeight; // btn height;…….RelativeLayout.LayoutParams p = ne....
分类:其他好文   时间:2014-08-29 14:25:18    阅读次数:218
动态创建ImageView
1.布局文件 <LinearLayout android:id="@+id/viewGroup" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_horizontal" android:orientat...
分类:其他好文   时间:2014-08-27 14:47:47    阅读次数:186
项目中遇到的一些小问题
1.关于searchView: <SearchView android:id="@+id/search_view" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:iconifiedByDefault="fal...
分类:其他好文   时间:2014-08-27 14:45:32    阅读次数:280
Android中下拉框spinner的两种用法
1.在XHL中:android:id="@+id/spinner1"android:layout_width="match_parent"android:layout_height="wrap_content"android:entries="@+array/other" />在string.xml...
分类:移动开发   时间:2014-08-26 08:34:25    阅读次数:212
从零开始学android<AnalogClock与DigitalClock时钟组件.三十一.>
这两个组件比较交单,大家看下会使用就行了 XML文件配置 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match...
分类:移动开发   时间:2014-08-25 22:54:15    阅读次数:306
Android中ListView与RadioButton结合----自定义单选列表
有时候我们需要制作自定义的单选列表,但是会遇到一些问题,比如多选,假选问题,所以网上找了找资料,整理一个demo出来,贴一下代码: <ListView android:id="@+id/listView1" android:layout_width="match_parent" android:layout_height="wrap_co...
分类:移动开发   时间:2014-08-22 17:53:19    阅读次数:381
自定义水平进度条样式:黑色虚线
布局layout中使用: 1 4 android:progressDrawable="@drawable/myprogress" 5 android:layout_width="158dp" 6 android:layout_he...
分类:其他好文   时间:2014-08-21 19:13:04    阅读次数:226
android listview去掉分割线
<ListView android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="150dip" a...
分类:移动开发   时间:2014-08-21 17:14:04    阅读次数:245
如何采用绝对坐标的方式动画方式移动view和如何点击view的时候获取它的cachebitmap并移动
Layout: <com.example.android_test.MyDragLayer xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rootView" android:layout_width="fill_parent" android:layout_heig...
分类:移动开发   时间:2014-08-15 08:18:17    阅读次数:443
Android获取全部联系人信息的例子
先定义一个显示条目的xml布局文件 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation=...
分类:移动开发   时间:2014-08-12 17:10:44    阅读次数:221
981条   上一页 1 ... 91 92 93 94 95 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!