我有一个搜索栏,在它的背景中我放了一张标记的图片。这是背景
但是当我将它添加到我的搜索栏中时,它会以这种方式显示
这是Absolutlayout 1 中的代码-我希望它更大。用户必须清楚数字
<SeekBar
android:id="@+id/seekBar1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_x="11dp"
android:layout_y="68dp"
android:indeterminate="false"
android:max="1000"
android:progress="5"
android:progressDrawable="@drawable/styled_progress"
android:thumb="@drawable/thumbler_small" />
2-另一个问题是:在我看来,背景在重复!!!我怎样才能阻止它?
谢谢