Files
TrackCovid19/app/src/main/res/drawable-mdpi/btn_rounded_darker.xml
2020-06-26 11:23:11 -04:00

6 lines
216 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#B4B4B4"/>
<corners android:radius="128dp"/>
</shape>