android widgets:

1: AutoCompleteTextView

1.1 AutoCompleteTextView dropdown item can not be shown correctly .

in 320*240 phonens it may show above AutoCompleteTextView not bellow.

android bug fix_第1张图片android bug fix_第2张图片

this problem is caused by an attibute: android:layout_margin

this code will cause err showing as upper:

<AutoCompleteTextView android:id="@+id/wf_input_edit"android:layout_width="180dip" android:layout_height="wrap_content"android:textSize="14dip" android:layout_margin="20dip"android:layout_gravity="center"android:singleLine="true"android:completionThreshold="1"android:hint="@string/citysearch_hint2"  />


after change it to follws every thing seems to be fine (on 320*240 & 800*480 ) the only thing i changed is the "layout_margin"

<AutoCompleteTextView android:id="@+id/wf_input_edit"android:layout_width="180dip" android:layout_height="wrap_content"android:textSize="14dip" android:layout_marginLeft="20dip"android:layout_marginRight="20dip"android:layout_gravity="center"android:singleLine="true"android:completionThreshold="1"android:hint="@string/citysearch_hint2"  />

更多相关文章

  1. android 安卓 开发 图片库获得图片的绝对路径
  2. TableRow 背景问题以及修改对话框标题高度或者图片
  3. Android 把从网络获取的图片缓存到内存中
  4. Android 的网络编程(17)-android显示网络图片
  5. androidSDK下的图片资源
  6. 自定义RadioButton 文字在下,图片在上
  7. 自定义progressbar使用图片
  8. Shape实现圆形图片
  9. Android 异步加载图片

随机推荐

  1. Android(安卓)配置PhoneGap开发环境
  2. Android之-----GridView使用的方法总结
  3. Power Profiling: MQTT on Android (1)
  4. android 闹钟提醒并且在锁屏下弹出Dialog
  5. android:打开Eclipse之后android项目都报
  6. Android(安卓)Handler那些事儿(二)——几个
  7. 使用 EditText来调用软键盘的搜索功能
  8. Activity透明
  9. 安卓实用开发小知识 1704
  10. Android(安卓)DatePicker,NumPicker解析(