代码改变世界

随笔档案-2012年5月14日

android水平进度条布局

2012-05-14 18:11 by javaspring, 302 阅读, 收藏,
摘要: <ProgressBar android:layout_width="200dip" android:layout_height="wrap_content" style="?android:attr/progressBarStyleHorizontal" android:max="100" android:visibility="visible" android:progress="50"android:secondaryProgress="74" 阅读全文

AutoCompleteTextView的用法

2012-05-14 09:37 by javaspring, 266 阅读, 收藏,
摘要: 这次介绍AutoCompleteTextView的两种用法第一种:使用字符串数组为内容来源<AutoCompleteTextView android:id="@+id/auto" android:layout_width="fill_parent" android:layout_height="wrap_content" />这是AutoCompleteTextView的布局文件。AutoCompleteTextView tv=null; tv=(AutoCompleteTextView) findViewById(R.i 阅读全文