Import composer 0.7.0.1 from Element Android - still WIP

This commit is contained in:
Benoit Marty 2022-11-25 16:30:03 +01:00 committed by Benoit Marty
parent 75ae6c521a
commit 0af3f3bfb7
29 changed files with 775 additions and 1033 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="?vctr_content_quinary"/>
<corners android:radius="4dp" />
</shape>