在我的应用中,我EditText的右侧带有一个带有搜索图标的图标。我使用了下面给出的代码。 <EditText android:id="@+id/search" android:layout_width="0dp" android:layout_height="match_parent" android:layout_margin="4dip" android:layout_weight="1" android:background="@drawable/textfield_search1" android:drawableLeft="@drawable/logo" android:drawableRight="@drawable/search_icon" android:hint="Search Anything..." android:padding="4dip" android:singleLine="true" />我想为onClickListener分配给的右侧可绘制对象的搜索图标图像设置EditText。这怎么可能?
3 回答
- 3 回答
- 0 关注
- 438 浏览
添加回答
举报
0/150
提交
取消