Files
donetick/android/app/src/main/res/drawable/widget_preview_avatar.xml
2026-07-28 02:15:56 -04:00

8 lines
371 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Initials disc stand-in for the picker previews; placed widgets get the
real cached avatars from AvatarCache. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/widget_accent_soft" />
<size android:width="28dp" android:height="28dp" />
</shape>