Various wallpaper UX fixes.

This commit is contained in:
Greyson Parrelli
2021-01-22 20:59:57 -05:00
parent e1c6311a18
commit e460973957
12 changed files with 98 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/wallpaper_preview_background" />
<corners android:radius="100dp" />
</shape>