Panagiotis Triantafyllou

new app icon

...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 android:extractNativeLibs="true" 18 android:extractNativeLibs="true"
19 android:fullBackupContent="false" 19 android:fullBackupContent="false"
20 android:hardwareAccelerated="true" 20 android:hardwareAccelerated="true"
21 - android:icon="@drawable/ic_notification_logo" 21 + android:icon="@drawable/epistrofi_logo_white"
22 android:installLocation="internalOnly" 22 android:installLocation="internalOnly"
23 android:label="@string/app_name" 23 android:label="@string/app_name"
24 android:largeHeap="true" 24 android:largeHeap="true"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Uuid=4e067691826111e2998e8d972467e239 5 Uuid=4e067691826111e2998e8d972467e239
6 6
7 # If we need to see logs in Logcat 7 # If we need to see logs in Logcat
8 -Debug=false 8 +Debug=true
9 9
10 # Production or Development environment of the engage server 10 # Production or Development environment of the engage server
11 # Production: https://engage.warp.ly 11 # Production: https://engage.warp.ly
...@@ -20,13 +20,13 @@ BaseURL=https://engage-stage.warp.ly ...@@ -20,13 +20,13 @@ BaseURL=https://engage-stage.warp.ly
20 20
21 # Replace the drawable with one you want (this will show when web_view loading if not use warply logo will appear) 21 # Replace the drawable with one you want (this will show when web_view loading if not use warply logo will appear)
22 # If not defined the launcher icon will used 22 # If not defined the launcher icon will used
23 -ProgressDrawable=ic_notify 23 +ProgressDrawable=epistrofi_logo_white
24 24
25 # If not defined the colorPrimary will used 25 # If not defined the colorPrimary will used
26 #PushColor=push_notifications_color 26 #PushColor=push_notifications_color
27 27
28 # If not defined the launcher icon will used (better use the clipart icons for support black/white icons on 24+) 28 # If not defined the launcher icon will used (better use the clipart icons for support black/white icons on 24+)
29 -PushIcon=ic_notify 29 +PushIcon=epistrofi_logo_white
30 30
31 # If not defined the default will used 31 # If not defined the default will used
32 #PushSound=push_sound 32 #PushSound=push_sound
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
2 xmlns:tools="http://schemas.android.com/tools" 2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent" 3 android:layout_width="match_parent"
4 android:layout_height="match_parent" 4 android:layout_height="match_parent"
5 - tools:context=".SplashActivity"
6 android:background="#363F45"> 5 android:background="#363F45">
7 6
8 <ProgressBar 7 <ProgressBar
...@@ -19,5 +18,5 @@ ...@@ -19,5 +18,5 @@
19 android:id="@+id/imageView" 18 android:id="@+id/imageView"
20 android:layout_above="@+id/progressBar" 19 android:layout_above="@+id/progressBar"
21 android:layout_centerHorizontal="true" 20 android:layout_centerHorizontal="true"
22 - android:src="@drawable/warply_logo_white" /> 21 + android:src="@drawable/epistrofi_logo_white" />
23 </RelativeLayout> 22 </RelativeLayout>
......
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3 + <background android:drawable="@color/ic_launcher_background"/>
4 + <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5 +</adaptive-icon>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3 + <background android:drawable="@color/ic_launcher_background"/>
4 + <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5 +</adaptive-icon>
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<resources>
3 + <color name="ic_launcher_background">#DC6A3D</color>
4 +</resources>
...\ No newline at end of file ...\ No newline at end of file