android 梯形按钮,如何在android中构建梯形?
尝试这个:android:width="292dp"android:height="172dp"android:viewportWidth="292"android:viewportHeight="172">android:strokeWidth="1.5"android:strokeMiterLimit="10"android:pathData="M 27.046 96.615 L 16.
·
尝试这个:
android:width="292dp"
android:height="172dp"
android:viewportWidth="292"
android:viewportHeight="172">
android:strokeWidth="1.5"
android:strokeMiterLimit="10"
android:pathData="M 27.046 96.615 L 16.416 150.396 L 271.534 150.396 L 186.495 22.836 L 37.676 22.836 L 27.046 86.615 Z" />
android:fillColor="#00ff00"
android:strokeWidth="1.5"
android:strokeMiterLimit="10"
android:pathData="M 16.046 20.615 L 13.416 150.396 L 271.534 150.396 L 186.495 22.836 L 37.676 22.836 L 16.046 23.615 Z " />
更多推荐
已为社区贡献4条内容
所有评论(0)