Android删除SeekBar背景

编程入门 行业动态 更新时间:2024-10-24 14:26:14
本文介绍了Android删除SeekBar背景的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

有没有办法可以删除SeekBar android小部件中的背景条图像?

Is there a way I can remove the background bar image in the SeekBar android widget?

我只是想让它显示一个没有进度条的滑块。

I just want it to show a slider with no progress bar behind it.

任何帮助?

推荐答案

我解决了自己的问题。

Well I solved my own problem.

要删除背景,您必须创建一个空白drawable并将其设置为progressDrawable:

To remove the background, you have to create a blank drawable and set it to the progressDrawable:

satBar.setProgressDrawable(invisibleBackground);

将其设置为null似乎不起作用。

Setting it to null doesn't seem to work.

更多推荐

Android删除SeekBar背景

本文发布于:2023-10-08 02:44:49,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1471281.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:背景   Android   SeekBar

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!