8 lines
371 B
XML
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>
|