mirror of
https://github.com/n08i40k/polytechnic-android.git
synced 2025-12-06 09:47:48 +03:00
Первый коммит
This commit is contained in:
16
app/src/main/res/drawable/ic_launcher.xml
Normal file
16
app/src/main/res/drawable/ic_launcher.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<foreground>
|
||||
<inset
|
||||
android:drawable="@drawable/logo"
|
||||
android:inset="20dp" />
|
||||
</foreground>
|
||||
|
||||
<background android:drawable="@color/white" />
|
||||
|
||||
<monochrome>
|
||||
<inset
|
||||
android:drawable="@drawable/logo"
|
||||
android:inset="20dp" />
|
||||
</monochrome>
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user