Panagiotis Triantafyllou

new icon

......@@ -18,7 +18,7 @@
android:extractNativeLibs="true"
android:fullBackupContent="false"
android:hardwareAccelerated="true"
android:icon="@drawable/epistrofi_logo_white"
android:icon="@drawable/logo_orange"
android:installLocation="internalOnly"
android:label="@string/app_name"
android:largeHeap="true"
......
......@@ -20,13 +20,13 @@ BaseURL=https://engage-stage.warp.ly
# Replace the drawable with one you want (this will show when web_view loading if not use warply logo will appear)
# If not defined the launcher icon will used
ProgressDrawable=epistrofi_logo_white
ProgressDrawable=logo_orange
# If not defined the colorPrimary will used
#PushColor=push_notifications_color
# If not defined the launcher icon will used (better use the clipart icons for support black/white icons on 24+)
PushIcon=epistrofi_logo_white
PushIcon=logo_orange
# If not defined the default will used
#PushSound=push_sound
......

25 KB | W: | H:

24 KB | W: | H:

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