mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2581 Design | Debug icon (#1285)
This commit is contained in:
parent
f97ee286cb
commit
27a220a2ce
3 changed files with 37 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -19,4 +19,5 @@
|
|||
.externalNativeBuild
|
||||
ktlint
|
||||
.idea/*.xml
|
||||
signing.properties
|
||||
signing.properties
|
||||
app/release
|
14
app/src/debug/res/drawable/ic_launcher_background.xml
Normal file
14
app/src/debug/res/drawable/ic_launcher_background.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group android:scaleX="1.01"
|
||||
android:scaleY="1.01"
|
||||
android:translateX="-0.54"
|
||||
android:translateY="-0.54">
|
||||
<path android:fillColor="#FFFFFF"
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
</group>
|
||||
</vector>
|
21
app/src/debug/res/drawable/ic_launcher_foreground.xml
Normal file
21
app/src/debug/res/drawable/ic_launcher_foreground.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="110"
|
||||
android:viewportHeight="110">
|
||||
<group android:scaleX="1.01"
|
||||
android:scaleY="1.01"
|
||||
android:translateX="-0.55"
|
||||
android:translateY="-0.55">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h110v110h-110z"/>
|
||||
<path
|
||||
android:pathData="M62.5,45.43V38H41.5V45.5L62.5,45.43ZM62.5,45.5H70.5V72H62.5V45.5ZM48.5,72.5C54.58,72.5 59.5,67.58 59.5,61.5C59.5,55.42 54.58,50.5 48.5,50.5C42.42,50.5 37.5,55.42 37.5,61.5C37.5,67.58 42.42,72.5 48.5,72.5Z"
|
||||
android:fillType="evenOdd"
|
||||
android:fillColor="#000000">
|
||||
</path>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue