mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-08-21 18:28:46 -04:00
6 lines
216 B
XML
Executable File
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>
|