Browse Source

icon: Use the uncropped logo for the non-round icon

The round icon remains the same.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
undefined
Samuel Holland 7 years ago
parent
commit
5a82ecf18a
11 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/src/main/AndroidManifest.xml
  2. BIN
     
  3. BIN
     
  4. BIN
     
  5. BIN
     
  6. BIN
     
  7. BIN
     
  8. BIN
     
  9. BIN
     
  10. BIN
     
  11. BIN
     

+ 3
- 1
app/src/main/AndroidManifest.xml View File

@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wireguard.android">

<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.DarkActionBar">
</application>

</manifest>

BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


Loading…
Cancel
Save