【问题标题】:How to make Round Squre Image Asset Icon in adroid studio如何在android studio中制作圆角方形图像资产图标
【发布时间】:2020-02-16 10:24:34
【问题描述】:

您好,我正在尝试在图像资源中制作 Squricle 或 Round Squre 图标,但无法制作。 有谁请帮帮我

【问题讨论】:

    标签: android android-icons


    【解决方案1】:

    创建这样的形状并使用圆角半径进行圆形

    <shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle">
    
    
        <corners
            android:bottomRightRadius="10dp"
            android:radius="40dp" />
    
              <!--<solid
            android:color="#FFFFFF" />-->
    
    
    
    </shape>
    

    【讨论】:

      猜你喜欢
      • 2019-07-12
      • 1970-01-01
      • 2015-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-01
      • 2011-11-28
      • 1970-01-01
      相关资源
      最近更新 更多