答案 0 :(得分:1)
如果您正在寻找图书馆,那么这里是 https://android-arsenal.com/details/1/4136
答案 1 :(得分:1)
答案 2 :(得分:0)
请务必自行执行。使带有圆形边框的xml背景实现这一点。
它应该看起来像这样:
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="@color/green"/>
<corners android:radius="5dp"/></shape>
然后在FrameLayout或包含按钮需要的其他元素的任何其他Layout上使用它