gpt4 book ai didi

android - 以编程方式更改环的厚度

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:52:39 26 4
gpt4 key购买 nike

嗨,我正在为 Android 开发一个应用程序。在我的 Activity 中,它包含一个线性布局。我想设置环类型背景。所以我使用下面的代码。

    ?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadiusRatio="2.7"
android:shape="ring"
android:thickness="16dp"
android:useLevel="false" >
<solid android:color="#EEEEEE" />
</shape>

它工作正常。现在我想以编程方式更改上面代码中的厚度。我怎样才能改变这个?我为此进行了研发,但没有得到答案。

最佳答案

可能涉及以编程方式更改厚度。问题的答案 Creating ring shape in Android code提供一些见解。

如果您只是想按比例放大或缩小环的厚度,就像您在评论中提到的那样,随着显示尺寸的增加/减少,那么您可能需要考虑使用 android:thicknessRatio 或 XML 中的 android:innerRadiusRatio 属性来执行此操作并删除 android:thickness 属性。查看documentation了解详情。

希望对您有所帮助。

关于android - 以编程方式更改环的厚度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37050821/

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