Skip to content

Commit

Permalink
New app icon (spaceapi-community#3)
Browse files Browse the repository at this point in the history
Replace the old app icon with a new, adaptive icon.

Fixes spaceapi-community#2.
  • Loading branch information
dbrgn authored Feb 20, 2021
1 parent e826ac7 commit fd5bd5a
Show file tree
Hide file tree
Showing 27 changed files with 1,537 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2013 Aubort Jean-Baptiste (Rorist)
Copyright (C) 2012-2020 Aubort Jean-Baptiste (Rorist)
Copyright (C) 2020-2021 Danilo Bargen (dbrgn)
Licensed under GNU's GPL 3, see README
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Expand All @@ -11,7 +12,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<application
android:icon="@drawable/myhs"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/LightThemeSelector"
android:allowBackup="true"
Expand Down
Binary file added app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/app-icon/myhackerspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fd5bd5a

Please sign in to comment.