Initial commit: rosetta-android-prime
This commit is contained in:
4
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
4
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#1B1B1B"/>
|
||||
</shape>
|
||||
7
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
7
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:inset="15%">
|
||||
<bitmap
|
||||
android:src="@drawable/rosetta_icon"
|
||||
android:gravity="fill"/>
|
||||
</inset>
|
||||
BIN
app/src/main/res/drawable/rosetta_icon.png
Normal file
BIN
app/src/main/res/drawable/rosetta_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user