在做android的一个例子SeekBar 拖动条时, <SeekBar android:id="@+id/seek"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:max="100" android:thumb="@drawable/seeker"
android:progress="50"/> 提示Error: No resource found that matches the given name (at 'thumb' with value '@drawable/seeker').这个提示已经表明了在drawable文件中没有找到名叫seeker的图片。将一个图片放到drawable文件中,命名为seeker就行了。

更多相关文章

  1. Android(安卓)文件操作
  2. Android(安卓)文件存储知识点总结
  3. Android9.0 SIM卡初始化---更新数据(代码 高通9.0代码)
  4. Android(安卓)修改开机画面
  5. Android开发(1)——项目结构
  6. android常见错误之Nor…
  7. Error:(1, 0) Plugin with id 'android' not found.
  8. Android关于PagerAdapter的使用方法的总结
  9. [Accessibility] Missing contentDescription attribute on imag

随机推荐

  1. Android属性动画之ObjectAnimator使用
  2. Android定义定时器实现定时任务(亲测可用
  3. ViewPage固定每页加载的数量。进行翻页
  4. android 自定义view实现图形移动
  5. (ios实战)实现类似于android 的toast控件
  6. android输入法问题
  7. 你需要了解下Android(安卓)View的更新req
  8. android 播放器合集打包(源码来源网络)
  9. Android的Linux内核的电源管理:概述
  10. [置顶] Android(安卓)WebView 踩过的坑