mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
コンテナとして使うDrawableを作成
This commit is contained in:
parent
42177d9251
commit
820cf6ea87
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<solid android:color="@color/colorSecondaryContainer" />
|
||||||
|
<corners android:radius="24dp" />
|
||||||
|
</shape>
|
Loading…
Reference in New Issue
Block a user