Rename retroshare06 to retroshare

This commit is contained in:
Phenom 2017-07-17 10:44:27 +02:00
parent b12fd11496
commit 5bf056c7a4
80 changed files with 212 additions and 212 deletions

View file

@ -6,7 +6,7 @@
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
android:hardwareAccelerated="true"
android:label="RetroShare"
android:icon="@drawable/retroshare06_128x128">
android:icon="@drawable/retroshare_128x128">
<activity android:name=".RetroShareQmlActivity"
android:label="RetroShare"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"

View file

@ -1 +0,0 @@
../../../../../data/128x128/apps/retroshare06.png

View file

@ -1 +0,0 @@
../../../../../data/48x48/apps/retroshare06.png

View file

@ -0,0 +1 @@
../../../../../data/128x128/apps/retroshare.png

View file

@ -0,0 +1 @@
../../../../../data/48x48/apps/retroshare.png

View file

@ -34,7 +34,7 @@ public class RetroShareAndroidNotifyService extends QtService
public void notify(String title, String text, String uri)
{
Notification.Builder mBuilder = new Notification.Builder(this);
mBuilder.setSmallIcon(R.drawable.retroshare06_48x48)
mBuilder.setSmallIcon(R.drawable.retroshare_48x48)
.setContentTitle(title)
.setContentText(text)
.setAutoCancel(true)