不知道如何表达,所以我将添加图片的链接.
第一个img是设计指南的搜索栏,下面是我的搜索栏.
(忽略角落.我在捕获imgs后修复了.)
起初,从设计师那里,我得到了两个单独的img文本,无论好坏.所以我结合了那些.我以为它会像拇指一样工作.但现在我得到的是这些结果……请帮帮我..谢谢!
drawable:progressbar_goodbad xml
<?xml version="1.0" enCoding="utf-8"?><@R_778_3419@ xmlns:androID="http://schemas.androID.com/apk/res/androID"><item androID:ID="@androID:ID/background"> <shape> <gradIEnt androID:startcolor="#f5c0bd" androID:centercolor="#f5c0bd" androID:centerY="0.75" androID:endcolor="#f5c0bd" androID:angle="270"/> <padding androID:left="10dp" androID:top="1dp" androID:right="10dp" androID:bottom="1dp"/> <corners androID:bottomrighTradius="10dp" androID:bottomLefTradius="10dp" androID:topLefTradius="10dp" androID:topRighTradius="10dp"/></shape></item><item androID:ID="@androID:ID/secondaryProgress"><clip> <shape> <gradIEnt androID:startcolor="#234" androID:centercolor="#234" androID:centerY="0.75" androID:endcolor="#a24" androID:angle="90"/> <padding androID:left="1dp" androID:top="1dp" androID:right="1dp" androID:bottom="1dp"/> <corners androID:bottomrighTradius="10dp" androID:bottomLefTradius="10dp" androID:topLefTradius="10dp" androID:topRighTradius="10dp"/> </shape></clip></item><item androID:ID="@androID:ID/progress"><clip> <shape> <gradIEnt androID:startcolor="#fc9a94" androID:centercolor="#fc9a94" androID:centerY="0.75" androID:endcolor="#fc9a94" androID:angle="90"/> <padding androID:left="1dp" androID:top="1dp" androID:right="1dp" androID:bottom="1dp"/> <corners androID:bottomrighTradius="10dp" androID:bottomLefTradius="10dp" androID:topLefTradius="10dp" androID:topRighTradius="10dp"/> </shape></clip></item></@R_778_3419@>
主要布局xml的一部分
<Seekbar androID:ID="@+ID/seekbar_fun" androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content" androID:layout_marginBottom="3dp" androID:paddingleft="10dp" androID:paddingRight="10dp" androID:max="100" androID:progress="60" androID:progressDrawable="@drawable/progressbar_goodbad" androID:thumb="@drawable/f_02_good_bad_text" />解决方法 (在Twinsens链接中找到答案.)
你的拇指图像需要在中心(水平)有黄点;向左或向右添加透明像素以使其成为可能.然后,将androID:thumbOffset更改为拇指图像大小的一半.例如,如果您的图像宽度为10dp,请将androID:thumbOffset设置为5dp.
总结以上是内存溢出为你收集整理的android – cant把拇指放在搜索栏的中心全部内容,希望文章能够帮你解决android – cant把拇指放在搜索栏的中心所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)