Skip to content

Commit

Permalink
Replace icon with material design version
Browse files Browse the repository at this point in the history
  • Loading branch information
illuzan authored and amirzaidi committed Sep 7, 2018
1 parent c902abe commit b4ddea9
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion res/drawable-v26/ic_launcher_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/icon_background" />
<background>
<bitmap android:src="@mipmap/ic_launcher_home_background"/>
</background>
<foreground>
<bitmap android:src="@mipmap/ic_launcher_home_foreground"/>
</foreground>
Expand Down
Binary file modified res/mipmap-hdpi/ic_launcher_home.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 res/mipmap-hdpi/ic_launcher_home_background.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 modified res/mipmap-hdpi/ic_launcher_home_foreground.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 modified res/mipmap-mdpi/ic_launcher_home.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 res/mipmap-mdpi/ic_launcher_home_background.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 modified res/mipmap-mdpi/ic_launcher_home_foreground.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 modified res/mipmap-xhdpi/ic_launcher_home.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 res/mipmap-xhdpi/ic_launcher_home_background.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 modified res/mipmap-xhdpi/ic_launcher_home_foreground.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 modified res/mipmap-xxhdpi/ic_launcher_home.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 res/mipmap-xxhdpi/ic_launcher_home_background.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 modified res/mipmap-xxhdpi/ic_launcher_home_foreground.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 modified res/mipmap-xxxhdpi/ic_launcher_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-xxxhdpi/ic_launcher_home_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<color name="badge_color">@android:color/transparent</color>
<color name="folder_badge_color">#FFFFFF</color>

<color name="icon_background">#ff4285f4</color> <!-- Pixel Blue -->
<color name="legacy_icon_background">#FFFFFF</color>

<color name="all_apps_bg_hand_fill">#E5E5E5</color>
Expand Down

0 comments on commit b4ddea9

Please sign in to comment.