`
xyzxiaoxi
  • 浏览: 25442 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

No resource found that matches the given name (at 'thumb' with value '@drawable/

阅读更多
在做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就行了。

  • 大小: 764 Bytes
分享到:
评论

相关推荐

    自定义SeekBar样式

    android:thumb="@drawable/thumb" /&gt;//在这里自定义拖动条的样式 2:举例,可以在thumb.xml中定义不同状态的时候,拖动条的样式 &lt;selector xmlns:android="http://schemas.android.com/apk/res/android"&gt; &lt;!-- ...

    anddroid SwitchCompat,使用demo。

    android:layout_gravity="center" android:id="@+id/s_v" android:layout_width="wrap_content" ... android:thumb="@drawable/thumb" app:track="@drawable/track" android:text="力控开关" /&gt;

    android_SeekBar竖直显示自定义背景thumb完美Demo(附带解决说明)

    android_SeekBar竖直显示自定义背景thumb完美Demo(附带解决说明)

    Android下修改SeekBar样式的解决办法

    SeekBar android:id=”@+id/player_seekbar” android:layout_width=”245px” android:layout_height=”25px” android:progressDrawable=”@drawable/seekbar_style” android:thumb=”@drawable/thumb” ...

    Android 自定义SeekBar样式

    自定义的 SeekBar 样式,实现很简单,有需要的可以看看,本demo是仿酷狗SeekBar 的样式,进度条上小圆球可以随意拖动,如果不需要小圆球的只需要将main.xml里面的android:thumb="@drawable/seek_thumb"去掉就行了...

    Android SeekBar 自定义样式

    自定义的 SeekBar 样式,实现很简单,有需要的可以看看,本demo是仿酷狗SeekBar 的样式,进度条上小圆球可以随意拖动,如果不需要小圆球的只需要将main.xml里面的android:thumb="@drawable/seek_thumb"去掉就行了...

    Android 中Seekbar详解及简单实例

    android:thumb=”@drawable/” 显示的那个可拖动图标,如果没有设置该参数则为系统默认,如果自己需要重新定义,则将自己需要的图标存放在资源目录 /res/drawable下,然后调用即可. android:thumbOffset 拖动图标的...

    FLV网页播放器

    &lt;thumb&gt;thumb/1.jpg&lt;/thumb&gt; &lt;/list&gt; &lt;list name="Intro something.Please custom your title text content" videotitle="Final matrix demo 2" link="video/ani2.flv" &gt; &lt;thumb&gt;thumb/2.jpg&lt;/thumb&gt; &lt;/list...

    Android UI控件Switch的使用方法

    在Android中偶尔会用到开关,Switch就是一个简单易使用的不错的控件。 首先,在布局中添加上Switch控件: &lt;Switch android:id=@+id/s_v android:layout_width=wrap_content ... android:thumb=@drawable/thumb

    100美元的商业视频程序源代码

    - Change the site name, email, meta keywords, description, etc - Optional: change different settings - Create channels - Add your advertising - You can check if all requirements and ...

    pcf8563_i2c1_r8_ruoge_ov2640通过给RTC驱动增加设备节点读取秒钟成功+直接读取I2C1获取秒钟值20160626_2201.7z

    /* This is the structure as used in the I2C_RDWR ioctl call */ struct i2c_rdwr_ioctl_data { struct i2c_msg __user *msgs; /* pointers to i2c_msgs */ __u32 nmsgs; /* number of i2c_msgs */ }; ...

    CE中文版-启点CE过NP中文.exe

    Changed the dissect data setup from seperate yes/no/value dialogs to a single window Added a bypass option for ultimap2 on windows 1709. When using ranges, do not use interrupts, or use DBVM Added ...

    httpd2.2.12.tar

    At any given time, when the quality of changes to the development branch is considered release quality, that version may become a candidate for the next stable release. This includes some or all of ...

    文件上传处理类

    var $is_thumb = false;//是否生成缩略图 var $thumb_width; //缩略图宽度 var $thumb_height; //缩略图高度 var $is_watermark = false; //是否添加水印 var $watermark_file; //水印图片地址 var $watermark_pos; ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    The definition of an inline function needs to be in a header file, so that the compiler has the definition available for inlining at the call sites. However, implementation code properly belongs in ....

    romfs.2.0.x.gz

    I have tested little/big endian kernels but haven't played with thumb at this point. The patch is heavily based on an ARM7100 patch that Ben Williamson produced back around 1999 for gdb-4.18. The ...

    AT91Thumb库函数结构.pdf

    At91系列库函数的英文说明,主要介绍基于Thumb指令的库函数结构和应用

    java pdf 查看器

    /** true if the thumb panel should exist at all */ boolean doThumb = true; /** flag to indicate when a newly added document has been announced */ Flag docWaiter; /** a thread that pre-loads the ...

    LPC2119手册Single-chip 16/32-bit microcontrollers; 64/128/256 kB ISP/IAP

    LPC2119的手册,有其原理图及其他的信息。希望对各位朋友有点帮助,我也是初学者,互相交流....applications, the alternative 16-bit Thumb mode reduces code by more than 30 % with minimal performance penalty.

    https---github.com-mfoltran-builtwith.angularjs.org:添加 Biziboard

    builtwith.angularjs.org AngularJS 应用程序和演示库。 添加你的整洁的东西 Fork 这个仓库。 将 580 x 400px 缩略图添加到projects/[yourprojectnamehere]/thumb.png 使用以下属性向projects/projects.json添加...

Global site tag (gtag.js) - Google Analytics