如何在图片上创建搜索栏?

时间:2018-01-15 14:16:41

标签: android seekbar

如何创建如图所示的搜索栏?

enter image description here

1 个答案:

答案 0 :(得分:0)

你可以像下面这样创建它:

     <SeekBar
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:thumb="@drawable/custom_drawable"/>

并以拇指的形式添加自定义绘图。