Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
* update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 18, 2017
1 parent 4b555fd commit 44ea15b
Show file tree
Hide file tree
Showing 50 changed files with 17 additions and 2 deletions.
Binary file added DEV/functiongraphic/functiongraphic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed DEV/functiongraphic/functiongraphic.png
Binary file not shown.
Binary file removed DEV/functiongraphic/functiongraphic.psd
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x144.png
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x196.png
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x48.png
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x512.png
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x72.png
Binary file not shown.
Binary file removed DEV/icon/holo/ic_launcher_x96.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed DEV/icon/material-new/web_hi_res_512.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/drawable-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed DEV/icon/material/icon.png
Binary file not shown.
Binary file removed DEV/icon/material/icon.psd
Binary file not shown.
Binary file removed DEV/icon/material/playstore-icon.png
Binary file not shown.
Binary file removed DEV/sample/AboutLibraries-Sample_v2.1.1.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<application
android:name=".CustomApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round">
<!--android:supportsRtl="true"-->
<activity
android:name="com.mikepenz.aboutlibraries.sample.FragmentActivity"
Expand Down
Binary file modified app/src/main/ic_launcher-web.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 removed app/src/main/res/drawable-hdpi/ic_launcher.png
Diff not rendered.
Binary file removed app/src/main/res/drawable-mdpi/ic_launcher.png
Diff not rendered.
Binary file removed app/src/main/res/drawable-xhdpi/ic_launcher.png
Diff not rendered.
Binary file removed app/src/main/res/drawable-xxhdpi/ic_launcher.png
Diff not rendered.
Binary file removed app/src/main/res/drawable-xxxhdpi/ic_launcher.png
Diff not rendered.
5 changes: 5 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 5 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#424242</color>
</resources>

0 comments on commit 44ea15b

Please sign in to comment.