gpt4 book ai didi

android - 如何以 .xml 格式创建六边形

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:27:17 25 4
gpt4 key购买 nike

我想为我的项目创建六边形形状,所以我想以 .xml 格式创建该形状,那么我该如何创建。

like this image

like this image

最佳答案

最适合您的解决方案是使用 VectorDrawable:

作为矢量可绘制的六边形:

<vector android:height="24dp" android:viewportHeight="628.0"
android:viewportWidth="726.0" android:width="27dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00ffffff"
android:pathData="m723,314c-60,103.9 -120,207.8 -180,311.8 -120,0 -240,0 -360,0C123,521.8 63,417.9 3,314 63,210.1 123,106.2 183,2.2c120,0 240,0 360,0C603,106.2 663,210.1 723,314Z"
android:strokeColor="#000000" android:strokeWidth="4"/>
</vector>

更新(28:07.2016):

要支持 Lollipop 下面的 API,请使用支持库 http://android-developers.blogspot.com/2016/02/android-support-library-232.html记得使用 VectorDrawableCompat 而不是 VectorDrawable

关于android - 如何以 .xml 格式创建六边形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37296863/

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