Replaced about icon

This commit is contained in:
hajdam
2023-05-06 22:14:59 +02:00
parent 70d1450f1e
commit d77665cf0c
5 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
@@ -56,7 +57,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

+1 -1
View File
@@ -30,7 +30,7 @@
android:layout_height="180dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
app:srcCompat="@drawable/bined_logo"
app:srcCompat="@drawable/app_icon"
android:contentDescription="@string/bined_logo_description" />
<TextView
+2 -2
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
}
task clean(type: Delete) {