1. ホーム
  2. android

アンドロイドシェイプ、グラデーション、角丸、ボーダーラインの設定

2022-02-17 15:13:23
<パス

1. グラデーションの無地背景+角丸。

活用シーン:ボタン



2. グラデーションのない円弧角のソリッド形状

適用シーン:ポップアップ、ダイアログ


    android:topRightRadius="12dp" 
 
    android:bottomLeftRadius="12dp" 
 
    android:bottomRightRadius="12dp"/> 


3. 縁取りのある角丸形状

応用例:ボタン