Skip to content

Commit 2adabda

Browse files
committed
feat(app/main/res): add database icon
1 parent f1d3835 commit 2adabda

File tree

11 files changed

+10
-214
lines changed

11 files changed

+10
-214
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:allowBackup="true"
77
android:dataExtractionRules="@xml/data_extraction_rules"
88
android:fullBackupContent="@xml/backup_rules"
9-
android:icon="@mipmap/ic_launcher"
9+
android:icon="@drawable/database_02"
1010
android:label="@string/app_name"
1111
android:supportsRtl="false"
1212
android:theme="@style/Theme.OraclePLSQL"

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="512dp"
3+
android:height="512dp"
4+
android:viewportWidth="512"
5+
android:viewportHeight="512">
6+
<path
7+
android:pathData="M256,512c-121.5,0 -220.1,-33.1 -220.1,-73.4v-73.4c0,-6.3 3.2,-12.6 7.9,-18.1c24.5,31.6 109.7,55.2 212.2,55.2s187.8,-23.7 212.2,-55.2c4.7,5.5 7.9,11.8 7.9,18.1v73.4C476.1,478.9 377.5,512 256,512zM256,365.3c-121.5,0 -220.1,-33.1 -220.1,-73.4v-73.4c0,-3.9 1.6,-7.9 3.2,-11l4.7,-7.1c24.5,31.6 109.7,55.2 212.2,55.2s187.8,-23.7 212.2,-55.2l4.7,7.1c1.6,3.9 3.2,7.9 3.2,11v73.4C476.1,332.9 377.5,365.3 256,365.3zM256,219.3c-121.5,0 -220.1,-33.1 -220.1,-73.4v-36.3V73.4C35.9,33.1 134.5,0 256,0s220.1,33.1 220.1,73.4v36.3v36.3C476.1,186.2 377.5,219.3 256,219.3zM256,35.5c-81.3,0 -146.7,16.6 -146.7,36.3s65.5,36.3 146.7,36.3s146.7,-16.6 146.7,-36.3S337.3,35.5 256,35.5z"
8+
android:fillColor="#FFFFFF"/>
9+
</vector>

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
-1.37 KB
Binary file not shown.
-982 Bytes
Binary file not shown.
-1.86 KB
Binary file not shown.
-2.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)