【发布时间】:2019-07-11 17:45:14
【问题描述】:
我的drawable中有一个形状矩形,像这样
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="2dp"
android:topRightRadius="0dp"
android:bottomRightRadius="0dp"
android:bottomLeftRadius="0dp"/>
<stroke
android:width="1dp"
android:color="@android:color/white"
/>
</shape>
如何,我可以隐藏底线吗?
【问题讨论】:
-
你能把你的问题说得更清楚吗?