Update icons for nightly and nightlyStaging.
This commit is contained in:
parent
1b2cb2637f
commit
8d8f5fb9e4
5 changed files with 20 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 14 KiB |
10
app/src/nightlyStaging/AndroidManifest.xml
Normal file
10
app/src/nightlyStaging/AndroidManifest.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<application
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:replace="android:usesCleartextTraffic"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/nightly_staging_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
|
||||
</adaptive-icon>
|
4
app/src/nightlyStaging/res/values/strings.xml
Normal file
4
app/src/nightlyStaging/res/values/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
<string name="app_name">Signal (Staging)</string>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue