Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,EditText 需要具有以下功能:
1) 圆角。
2)edittext内的左侧和右侧图像按钮都可以点击。
如何设计如上图。
使用以下 xml 标记,
android:drawableRight="@drawable/close" android:drawableLeft="@drawable/search"