Panagiotis Triantafyllou

new app icon

......@@ -18,7 +18,7 @@
android:extractNativeLibs="true"
android:fullBackupContent="false"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_notification_logo"
android:icon="@drawable/epistrofi_logo_white"
android:installLocation="internalOnly"
android:label="@string/app_name"
android:largeHeap="true"
......
......@@ -5,7 +5,7 @@
Uuid=4e067691826111e2998e8d972467e239
# If we need to see logs in Logcat
Debug=false
Debug=true
# Production or Development environment of the engage server
# Production: https://engage.warp.ly
......@@ -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=ic_notify
ProgressDrawable=epistrofi_logo_white
# 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=ic_notify
PushIcon=epistrofi_logo_white
# If not defined the default will used
#PushSound=push_sound
......
......@@ -2,7 +2,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SplashActivity"
android:background="#363F45">
<ProgressBar
......@@ -19,5 +18,5 @@
android:id="@+id/imageView"
android:layout_above="@+id/progressBar"
android:layout_centerHorizontal="true"
android:src="@drawable/warply_logo_white" />
android:src="@drawable/epistrofi_logo_white" />
</RelativeLayout>
......
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/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="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#DC6A3D</color>
</resources>
\ No newline at end of file