gpt4 book ai didi

android - 如何制作圆角工具栏和弧形工具栏?

转载 作者:行者123 更新时间:2023-11-29 23:33:46 30 4
gpt4 key购买 nike

我想知道如何制作这样的工具栏

enter image description here

如您所见,工具栏上有一个圆弧,它是对它的 View 的拱形,我尝试为此使用图像,但我认为它不正确,结果很糟糕

你能帮我这样做吗?

最佳答案

对于 toolbar background 使用以下 drawable ,

<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="8dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">

<path
android:fillColor="#3083af"
android:pathData="M24 24v-24h-24v24a20 36 0 0 1 24 0z"/>

</vector>

关于android - 如何制作圆角工具栏和弧形工具栏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52463272/

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