Shelter/app/src/main/res/drawable/circle_accent.xml
Peter Cai 3a95ba5945
AppListFragment: allow creating "linked unfreezing" shortcuts
Allow creating an "unfreeze & launch" shortcut that contains several extra apps to unfreeze before launching the main one. This can be useful for apps that have dependency relationships on other apps and the user wants a quick way to unfreeze them all while still pertaining Shelter's auto-freeze feature.
2018-10-14 13:22:29 +08:00

12 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="@color/colorAccent"/>
<size
android:width="120dp"
android:height="120dp"/>
</shape>