This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sustainableuse/app/src/main/res/drawable/layout_bg.xml
AndrewTrieu 8912ddad87 First commit
2022-11-28 15:35:55 +02:00

7 lines
343 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#4DFFFFFF"/>
<stroke android:width="3dp" android:color="#37914f" />
<corners android:radius="10dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>