gpt4 book ai didi

android - 如何在android中构建梯形形状?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:36:40 24 4
gpt4 key购买 nike

如何创建如下图所示的梯形形状?

enter image description here

我不想使用图像或 9.png。

最佳答案

试试这个:

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="292dp"
android:height="172dp"
android:viewportWidth="292"
android:viewportHeight="172">

<path
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" />

<path
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 " />
</vector>

enter image description here

关于android - 如何在android中构建梯形形状?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25768037/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com