mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update launcher icon.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
android:largeScreens="true"
|
||||
android:anyDensity="true"
|
||||
/>
|
||||
<application android:label="@string/app_name" android:icon="@drawable/keepassdroid_launcher">
|
||||
<application android:label="@string/app_name" android:icon="@drawable/launcher">
|
||||
<activity android:name=".KeePass"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
||||
BIN
local/hdpi.psd
Normal file
BIN
local/hdpi.psd
Normal file
Binary file not shown.
BIN
local/ldpi.psd
Normal file
BIN
local/ldpi.psd
Normal file
Binary file not shown.
BIN
local/mdpi.psd
Normal file
BIN
local/mdpi.psd
Normal file
Binary file not shown.
BIN
res/drawable-hdpi/launcher.png
Normal file
BIN
res/drawable-hdpi/launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
BIN
res/drawable-ldpi/launcher.png
Normal file
BIN
res/drawable-ldpi/launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
res/drawable/launcher.png
Normal file
BIN
res/drawable/launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -185,7 +185,7 @@ public class EntryActivity extends LockCloseActivity {
|
||||
|
||||
private Notification getNotification(String intentText, int descResId) {
|
||||
String desc = getString(descResId);
|
||||
Notification notify = new Notification(R.drawable.keepassdroid_launcher, desc, System.currentTimeMillis());
|
||||
Notification notify = new Notification(R.drawable.launcher, desc, System.currentTimeMillis());
|
||||
|
||||
Intent intent = new Intent(intentText);
|
||||
PendingIntent pending = PendingIntent.getBroadcast(this, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT);
|
||||
|
||||
Reference in New Issue
Block a user