【发布时间】:2014-01-28 06:42:24
【问题描述】:
我有一个虚线分隔符
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<!--
#17b851 #C7B299
-->
<stroke
android:color="#9e9c85"
android:dashWidth="10px"
android:dashGap="10px"
/>
</shape>
现在它几乎看不见。我怎样才能使它变厚。我试着给 android:height="2px" & android:dashHeight="5px" 但它没有工作。
【问题讨论】: