Skip to content
Snippets Groups Projects
Unverified Commit c58120a6 authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

[NEW] Adaptive Icons (#1904)

* Remove unnecessary stuff from debug build

* Adaptive icon for experimental app
parent ce1a2d53
No related branches found
No related tags found
No related merge requests found
Showing
with 33 additions and 13 deletions
android/app/src/debug/res/mipmap-hdpi/ic_launcher.png

8.41 KiB

android/app/src/debug/res/mipmap-mdpi/ic_launcher.png

4.35 KiB

android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png

11.9 KiB

android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png

22.5 KiB

android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png

34.6 KiB

<?xml version="1.0" encoding="utf-8"?> <resources> <color name="primary_dark">#660B0B0B</color> </resources>
\ No newline at end of file
<resources>
<string name="app_name">[DEVELOP] RocketChatRN</string>
<string name="no_browser_found">No Browser Found</string>
<string name="app_name">[DEBUG] Rocket.Chat Experimental</string>
<string name="share_extension_name">[DEBUG] Rocket.Chat Experimental</string>
</resources>
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:colorEdgeEffect">#aaaaaa</item>
</style>
</resources>
android/app/src/main/ic_launcher-web.png

61.9 KiB

<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z">
<aapt:attr name="android:fillColor">
<gradient
android:startY="0"
android:startX="256"
android:endY="512"
android:endX="256"
android:type="linear">
<item android:offset="0" android:color="#FF1C82FF"/>
<item android:offset="1" android:color="#FF0066E3"/>
</gradient>
</aapt:attr>
</path>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

6.9 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher.png

3.34 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

5.26 KiB

android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

5.52 KiB

android/app/src/main/res/mipmap-mdpi/ic_launcher.png

3.5 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher.png

2.1 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

2.78 KiB

android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

3.24 KiB

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

10.6 KiB | W: | H:

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

4.91 KiB | W: | H:

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

8.55 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment