forked from distok/cutthecord
customtheme 87202: Fix logo bg color, drop bg field from ctcconfig
This commit is contained in:
parent
91c37ab9d0
commit
f58c28410d
4 changed files with 25 additions and 12 deletions
|
@ -45,4 +45,27 @@
|
|||
<replace sel="resources/color[@name='brand_500_alpha_20']/text()">#335865f2</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_round.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_round_beta.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_round_canary.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_square.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_square_beta.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
|
||||
<diff file="res/mipmap-anydpi-v26/ic_logo_square_canary.xml" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<replace sel="adaptive-icon/background/@android:drawable">@color/primary_500</replace>
|
||||
</diff>
|
||||
</diffs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue