mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-06 08:47:55 +00:00
cc7e47bbb6
All files (that used styles) were refactored to use styles directly so themes can only actually adjust colors - Elaborate themes would be super hard to maintain and would certainly break over time
8 lines
243 B
XML
8 lines
243 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="#43A047" />
|
|
</shape>
|
|
</item>
|
|
</selector> |