Android EditText搜索用输入框特殊样式的制作

eclipse中有样式吗?没有的话是不是要用OnDraw来做。。
2025-04-06 13:15:42
推荐回答(2个)
回答1:

android:width="match_parent"
android:height="wrap_content"
android:orientation="horizontal" 
android:background="@drawable/椭圆形的图片">
android:width="wrap_content"
android:height="wrap_content"
android:background="@drawable/放大镜的图片">
android:width="match_parent"
android:background="#00000000"
android:height="wrap_content"/>

回答2:

可以设置edittext的一些属性实现图中效果