Tools fragment

This commit is contained in:
Koitharu
2022-07-09 18:37:10 +03:00
parent 4402db33fd
commit 3978ebc230
8 changed files with 192 additions and 3 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="oval">
<solid android:color="?colorSurface" />
</shape>