mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 17:41:03 +00:00
fix: remove duplicate extension code (#322)
* fix: remove duplicate extension code * fix: allow Material You icons to load * fix: remove unused preference item * fix: load mono on square setups
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="768dp"
|
||||
android:height="768dp"
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="768"
|
||||
android:viewportHeight="768">
|
||||
<group>
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_alpha_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_alpha_foreground" />
|
||||
<monochrome android:drawable="@drawable/mono" />
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user