Skip to content
Snippets Groups Projects
Commit b69c202e authored by vtnguyen's avatar vtnguyen
Browse files

change app logo

parent 6d4f7581
Branches master
No related tags found
No related merge requests found
Showing
with 25 additions and 5 deletions
......@@ -26,9 +26,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher_ibids_2"
android:icon="@mipmap/ic_launcher_ibids_4"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_ibids_2"
android:roundIcon="@mipmap/ic_launcher_ibids_4"
android:supportsRtl="true"
android:theme="@style/Theme.IBIDS"
tools:targetApi="31">
......
app/src/main/ic_launcher_ibids_3-playstore.png

21.4 KiB

app/src/main/ic_launcher_ibids_4-playstore.png

12.7 KiB

......@@ -224,7 +224,7 @@ public class DataCollectionService extends Service implements Runnable {
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0,
new Intent(this, MainActivity.class), Utils.getIntentFlags(PendingIntent.FLAG_UPDATE_CURRENT));
mNotificationBuilder = new NotificationCompat.Builder(this, NOTIFY_CHAN_SENSOR_CAPTURE)
.setSmallIcon(R.mipmap.ic_launcher_ibids_2_foreground)
.setSmallIcon(R.mipmap.ic_launcher_ibids_4_foreground)
.setColor(ContextCompat.getColor(this, R.color.white))
.setContentIntent(pendingIntent)
.setForegroundServiceBehavior(NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE)
......@@ -239,7 +239,7 @@ public class DataCollectionService extends Service implements Runnable {
public void notifyLowMemory(CharSequence msg) {
Notification notification = new NotificationCompat.Builder(this, NOTIFY_CHAN_LOW_MEMORY)
.setAutoCancel(true)
.setSmallIcon(R.mipmap.ic_launcher_ibids_2_foreground)
.setSmallIcon(R.mipmap.ic_launcher_ibids_4_foreground)
.setColor(ContextCompat.getColor(this, R.color.white))
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setCategory(NotificationCompat.CATEGORY_STATUS)
......
......@@ -34,7 +34,7 @@
android:padding="24dp"
android:background="@drawable/custom_box">
<ImageView
android:src="@mipmap/ic_launcher_ibids_2"
android:src="@mipmap/ic_launcher_ibids_4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
......
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_ibids_3_background"/>
<foreground android:drawable="@mipmap/ic_launcher_ibids_3_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_ibids_3_background"/>
<foreground android:drawable="@mipmap/ic_launcher_ibids_3_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_ibids_4_background"/>
<foreground android:drawable="@mipmap/ic_launcher_ibids_4_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_ibids_4_background"/>
<foreground android:drawable="@mipmap/ic_launcher_ibids_4_foreground"/>
</adaptive-icon>
\ No newline at end of file
app/src/main/res/mipmap-hdpi/ic_launcher_ibids_3.png

2.17 KiB

app/src/main/res/mipmap-hdpi/ic_launcher_ibids_3_foreground.png

2.9 KiB

app/src/main/res/mipmap-hdpi/ic_launcher_ibids_3_round.png

4.06 KiB

app/src/main/res/mipmap-hdpi/ic_launcher_ibids_4.png

1.58 KiB

app/src/main/res/mipmap-hdpi/ic_launcher_ibids_4_foreground.png

3.01 KiB

app/src/main/res/mipmap-hdpi/ic_launcher_ibids_4_round.png

3.41 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_ibids_3.png

1.26 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_ibids_3_foreground.png

1.62 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_ibids_3_round.png

2.3 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_ibids_4.png

1.04 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_ibids_4_foreground.png

1.81 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment