Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
264 B
XML
7 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
<stroke android:width="1.5dp" android:color="@color/primary" />
|
|
<size android:width="52dp" android:height="52dp" />
|
|
</shape>
|