Panagiotis Triantafyllou

new 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/epistrofi_logo_white" 21 + android:icon="@drawable/logo_orange"
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"
......
...@@ -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=epistrofi_logo_white 23 +ProgressDrawable=logo_orange
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=epistrofi_logo_white 29 +PushIcon=logo_orange
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
......

25 KB | W: | H:

24 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 - <color name="ic_launcher_background">#DC6A3D</color> 3 + <color name="ic_launcher_background">#FFFFFF</color>
4 </resources> 4 </resources>
...\ No newline at end of file ...\ No newline at end of file
......