码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
Ui界面
layout_width and layout_heigth 本框与外框之间的关系;属性有fill_parent,wrap_content,match_parent三个属性都用来适应视图的水平或垂直大小,一个以视图的内容或尺寸为基础的布局比精确地指定视图范围更加方便。1)fill_parent设置一...
分类:其他好文   时间:2014-08-11 20:27:22    阅读次数:209
android如何写一个循环文字滚动的TextView
效果图: 在layout中这样来声明: <com.kaixin001.view.ScrollText android:id="@+id/news_statustxt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="1...
分类:移动开发   时间:2014-08-10 18:44:20    阅读次数:327
android一个上传图片的例子,包括如何终止上传过程,如果在上传的时候更新进度条(一)
先上效果图: Layout为: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@...
分类:移动开发   时间:2014-08-10 10:27:50    阅读次数:631
android一个弹出菜单的动画(一)
先上效果图: 先写Layout文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_paren...
分类:移动开发   时间:2014-08-06 19:04:22    阅读次数:325
自定义的ChecBox 样式
.xml里面<CheckBoxandroid:id="@+id/checkBox1"android:layout_width="29dp"android:layout_height="29dp"android:layout_alignBaseline="@+id/textView1"android:layout_alignBottom="@+id/textView1"android:layout_alignParentRight="true"style="@style/CustomCheckboxT..
分类:其他好文   时间:2014-08-06 06:18:01    阅读次数:264
Android开发图形处理创建一个图形的拷贝
定义一个布局文件 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=...
分类:移动开发   时间:2014-08-03 15:25:05    阅读次数:204
Android中使用广播接收者实现IP拨号
布局文件中定义一下UI,虽然没什么UI..... <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi...
分类:移动开发   时间:2014-08-02 15:40:23    阅读次数:301
android如果给imageview做圆角,如果在原有的bitmap上加上一些修饰的drawable
先上效果图: Layout文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" and...
分类:移动开发   时间:2014-08-01 23:18:22    阅读次数:489
android一个注册页面和验证码的实现
先上效果图: 验证码采用PHP返回的imageview来实现,xml如下: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" andr...
分类:移动开发   时间:2014-08-01 19:40:42    阅读次数:332
如何让多行的EditText光标从最前头开始?
有时我们在做多行EditText的时候会出现光标在中间的问题: <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:minLines="5" android:background="#ffffff" android:paddi...
分类:其他好文   时间:2014-07-31 21:03:17    阅读次数:308
981条   上一页 1 ... 92 93 94 95 96 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!