Icons ... WIP
|
@ -17,7 +17,6 @@
|
|||
|
||||
<!-- Main activity -->
|
||||
<activity android:name="io.heckel.ntfy.ui.MainActivity"
|
||||
android:icon="@drawable/ntfy"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -36,6 +35,6 @@
|
|||
android:value="false" />
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_icon"
|
||||
android:resource="@drawable/ntfy" /> <!-- FIXME Proper icon -->
|
||||
android:resource="@drawable/ic_launcher_background" /> <!-- FIXME Proper icon -->
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
BIN
app/src/main/ic_launcher-playstore.png
Normal file
After Width: | Height: | Size: 57 KiB |
|
@ -68,7 +68,7 @@ class MessagingService : FirebaseMessagingService() {
|
|||
val channelId = getString(R.string.notification_channel_id)
|
||||
val defaultSoundUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION)
|
||||
val notificationBuilder = NotificationCompat.Builder(this, channelId)
|
||||
.setSmallIcon(R.drawable.ntfy) // FIXME
|
||||
.setSmallIcon(R.mipmap.ic_launcher) // FIXME
|
||||
.setContentTitle(title)
|
||||
.setContentText(message)
|
||||
.setSound(defaultSoundUri)
|
||||
|
|
|
@ -49,7 +49,6 @@ class MainActivity : AppCompatActivity(), AddFragment.AddSubscriptionListener {
|
|||
|
||||
// Action bar
|
||||
title = getString(R.string.main_action_bar_title)
|
||||
supportActionBar?.setIcon(R.drawable.ntfy) // FIXME this doesn't work
|
||||
|
||||
// Floating action button ("+")
|
||||
val fab: View = findViewById(R.id.fab)
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<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="108"
|
||||
android:viewportHeight="108">
|
||||
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="85.84757"
|
||||
android:endY="92.4963"
|
||||
android:startX="42.9492"
|
||||
android:startY="49.59793"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#44000000"
|
||||
android:offset="0.0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1.0" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#00000000" />
|
||||
</vector>
|
|
@ -1,186 +1,74 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
<vector
|
||||
android:height="108dp"
|
||||
android:width="108dp"
|
||||
android:viewportHeight="108"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#3DDC84"
|
||||
android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,29L89,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,39L89,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,49L89,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,59L89,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,69L89,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,79L89,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,19L29,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,19L39,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,19L49,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,19L59,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,19L69,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,19L79,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#3DDC84"
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
|
||||
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
|
||||
</vector>
|
||||
|
|
33
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<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.4208099"
|
||||
android:scaleY="1.4208099"
|
||||
android:translateX="29.7"
|
||||
android:translateY="33.62801">
|
||||
<path
|
||||
android:pathData="M0,8.0727h27.5529v20.6039h-27.5529z"
|
||||
android:strokeWidth="0.12540215"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="m2.8985,22.8967v-1.312l3.28,-1.459q0.1583,-0.0679 0.3054,-0.1018 0.1583,-0.0452 0.2828,-0.0679 0.1357,-0.0113 0.2714,-0.0226v-0.0905q-0.1357,-0.0113 -0.2714,-0.0452 -0.1244,-0.0226 -0.2828,-0.0566 -0.147,-0.0452 -0.3054,-0.1131l-3.28,-1.459v-1.3233l5.0671,2.3186v1.4138z"
|
||||
android:strokeWidth="0.21206853"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#00000000"/>
|
||||
<path
|
||||
android:pathData="m9.4994,23.8807h5.429v1.2781L9.4994,25.1588Z"
|
||||
android:strokeWidth="0.21206853"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#00000000"/>
|
||||
<path
|
||||
android:pathData="M0,8.0727h27.5529v5.1023h-27.5529z"
|
||||
android:strokeWidth="0.06240399"
|
||||
android:fillColor="#666666"/>
|
||||
<path
|
||||
android:pathData="m32.305,0h-15.2067c-1.0455,0 -1.9008,0.8073 -1.9008,1.7939v16.1454l3.8017,-3.5878h13.3059c1.0455,0 1.9008,-0.8073 1.9008,-1.794L34.2058,1.7939c0,-0.9867 -0.8554,-1.7939 -1.9008,-1.7939zM21.8504,8.0727h-1.9008v-1.7939h1.9008zM25.6521,8.0727h-1.9009v-1.7939h1.9009zM29.4538,8.0727h-1.9008v-1.7939h1.9008z"
|
||||
android:strokeWidth="0.92330438"
|
||||
android:fillColor="#ffffff"/>
|
||||
</group>
|
||||
</vector>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,21 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -1,17 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_background.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.6 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_background.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.8 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.7 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB |
164
assets/drawing.svg
Normal file
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="drawing.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.979899"
|
||||
inkscape:cx="-40.488088"
|
||||
inkscape:cy="130.93042"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<rect
|
||||
style="fill:#2ab243;stroke-width:0.26458332;fill-opacity:1"
|
||||
id="rect283"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="51.147327"
|
||||
y="81.515579" />
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:0.12540215"
|
||||
id="rect283-1"
|
||||
width="27.552921"
|
||||
height="20.603914"
|
||||
x="59.671928"
|
||||
y="101.946" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#666666;stroke-width:0.06240399"
|
||||
id="rect283-1-9"
|
||||
width="27.552919"
|
||||
height="5.1022816"
|
||||
x="59.671928"
|
||||
y="101.946" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 91.976939,93.873326 H 76.77026 c -1.045471,0 -1.900848,0.807268 -1.900848,1.793923 v 16.145361 l 3.801679,-3.58785 h 13.305848 c 1.045473,0 1.900841,-0.80727 1.900841,-1.79395 V 95.667249 c 0,-0.986655 -0.855368,-1.793923 -1.900841,-1.793923 z M 81.522345,101.946 h -1.900831 v -1.79392 h 1.900831 z m 3.801678,0 h -1.900847 v -1.79392 h 1.900847 z m 3.801661,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
|
||||
id="rect283-3"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="-14.345784"
|
||||
y="93.688423" />
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:1.525;stroke:#ffffff;stroke-opacity:1;opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="rect283-1-6"
|
||||
width="27.552919"
|
||||
height="20.603914"
|
||||
x="-5.821187"
|
||||
y="114.11885" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274231px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
x="-3.7822466"
|
||||
y="129.64413"
|
||||
id="text320-7"><tspan
|
||||
sodipodi:role="line"
|
||||
x="-3.7822466"
|
||||
y="129.64413"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="tspan328-5">>_</tspan></text>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 26.483825,106.04617 h -15.20668 c -1.04547,0 -1.9008502,0.80727 -1.9008502,1.79392 v 16.14536 l 3.8016802,-3.58785 h 13.30585 c 1.04547,0 1.90084,-0.80727 1.90084,-1.79395 v -10.76356 c 0,-0.98665 -0.85537,-1.79392 -1.90084,-1.79392 z m -10.45459,8.07267 h -1.90084 v -1.79392 h 1.90084 z m 3.80167,0 h -1.90084 v -1.79392 h 1.90084 z m 3.80167,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403-5" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
|
||||
id="rect283-3-6"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="-11.673093"
|
||||
y="28.875563" />
|
||||
<path
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.76377964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M -205.21289 -121.73633 L -205.21289 -43.863281 L -101.07617 -43.863281 L -101.07617 -92.96875 L -106.41406 -92.96875 L -106.41406 -49.099609 L -200.10352 -49.099609 L -200.10352 -116.61523 L -150.51367 -116.61523 L -150.51367 -121.73633 L -205.21289 -121.73633 z "
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="rect283-1-6-2" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
transform="scale(1.0013141,0.99868762)"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.13521481px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2533803"
|
||||
id="text320-7-9">
|
||||
<path
|
||||
d="m 0.74124969,63.1616 v -1.567592 l 3.91897891,-1.74327 q 0.1891921,-0.08108 0.3648705,-0.121623 0.1891921,-0.05405 0.337843,-0.08108 0.1621647,-0.01351 0.3243293,-0.02703 v -0.10811 Q 5.5251068,59.499382 5.3629421,59.458841 5.2142912,59.431813 5.0250991,59.391272 4.8494207,59.337217 4.6602286,59.256135 L 0.74124969,57.512865 V 55.93176 l 6.05414681,2.770312 v 1.689215 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.2533803"
|
||||
id="path933" />
|
||||
<path
|
||||
d="M 8.6279841,64.337294 H 15.11457 v 1.52705 H 8.6279841 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.2533803"
|
||||
id="path935" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 29.912467,41.052427 H 14.705788 c -1.04547,0 -1.90085,0.80727 -1.90085,1.79392 v 16.145364 l 3.801681,-3.58785 h 13.305848 c 1.045472,0 1.900841,-0.80727 1.900841,-1.79395 V 42.846347 c 0,-0.98665 -0.855369,-1.79392 -1.900841,-1.79392 z M 19.457878,49.125101 H 17.55704 v -1.79392 h 1.900838 z m 3.801671,0 h -1.900841 v -1.79392 h 1.900841 z m 3.80167,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403-5-2" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
87
assets/launcher_01.svg
Normal file
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="34.961891mm"
|
||||
height="28.85766mm"
|
||||
viewBox="0 0 34.961891 28.85766"
|
||||
version="1.1"
|
||||
id="svg957"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_try1.svg">
|
||||
<defs
|
||||
id="defs951" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.979899"
|
||||
inkscape:cx="-79.427022"
|
||||
inkscape:cy="-31.222794"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata954">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-25.419351,-22.145575)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.52499998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 25.419351,30.399323 v 20.603912 h 27.55284 V 38.010745 H 51.559875 V 49.617789 H 26.771205 V 31.754281 h 13.120648 v -1.354958 z"
|
||||
id="rect283-1-6-2" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
transform="matrix(1.0013141,0,0,0.99868762,28.567935,-18.906852)"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.13521481px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2533803"
|
||||
id="text320-7-9">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0.74124969,63.1616 v -1.567592 l 3.91897891,-1.74327 q 0.1891921,-0.08108 0.3648705,-0.121623 0.1891921,-0.05405 0.337843,-0.08108 0.1621647,-0.01351 0.3243293,-0.02703 v -0.10811 Q 5.5251068,59.499382 5.3629421,59.458841 5.2142912,59.431813 5.0250991,59.391272 4.8494207,59.337217 4.6602286,59.256135 L 0.74124969,57.512865 V 55.93176 l 6.05414681,2.770312 v 1.689215 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;stroke-width:0.2533803"
|
||||
id="path933" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 8.6279841,64.337294 H 15.11457 v 1.52705 H 8.6279841 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;stroke-width:0.2533803"
|
||||
id="path935" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 58.480401,22.145575 H 43.273723 c -1.04547,0 -1.90085,0.80727 -1.90085,1.79392 v 16.145364 l 3.801681,-3.58785 h 13.305847 c 1.045472,0 1.900843,-0.80727 1.900843,-1.79395 V 23.939495 c 0,-0.98665 -0.855371,-1.79392 -1.900843,-1.79392 z m -10.454588,8.072674 h -1.900838 v -1.79392 h 1.900838 z m 3.801671,0 h -1.900841 v -1.79392 h 1.900841 z m 3.801669,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403-5-2" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
164
assets/launcher_02.svg
Normal file
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_try2.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.979899"
|
||||
inkscape:cx="-40.488088"
|
||||
inkscape:cy="130.93042"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<rect
|
||||
style="fill:#2ab243;stroke-width:0.26458332;fill-opacity:1"
|
||||
id="rect283"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="51.147327"
|
||||
y="81.515579" />
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:0.12540215"
|
||||
id="rect283-1"
|
||||
width="27.552921"
|
||||
height="20.603914"
|
||||
x="59.671928"
|
||||
y="101.946" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#666666;stroke-width:0.06240399"
|
||||
id="rect283-1-9"
|
||||
width="27.552919"
|
||||
height="5.1022816"
|
||||
x="59.671928"
|
||||
y="101.946" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 91.976939,93.873326 H 76.77026 c -1.045471,0 -1.900848,0.807268 -1.900848,1.793923 v 16.145361 l 3.801679,-3.58785 h 13.305848 c 1.045473,0 1.900841,-0.80727 1.900841,-1.79395 V 95.667249 c 0,-0.986655 -0.855368,-1.793923 -1.900841,-1.793923 z M 81.522345,101.946 h -1.900831 v -1.79392 h 1.900831 z m 3.801678,0 h -1.900847 v -1.79392 h 1.900847 z m 3.801661,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
|
||||
id="rect283-3"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="-14.345784"
|
||||
y="93.688423" />
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:1.525;stroke:#ffffff;stroke-opacity:1;opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="rect283-1-6"
|
||||
width="27.552919"
|
||||
height="20.603914"
|
||||
x="-5.821187"
|
||||
y="114.11885" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274231px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
x="-3.7822466"
|
||||
y="129.64413"
|
||||
id="text320-7"><tspan
|
||||
sodipodi:role="line"
|
||||
x="-3.7822466"
|
||||
y="129.64413"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="tspan328-5">>_</tspan></text>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 26.483825,106.04617 h -15.20668 c -1.04547,0 -1.9008502,0.80727 -1.9008502,1.79392 v 16.14536 l 3.8016802,-3.58785 h 13.30585 c 1.04547,0 1.90084,-0.80727 1.90084,-1.79395 v -10.76356 c 0,-0.98665 -0.85537,-1.79392 -1.90084,-1.79392 z m -10.45459,8.07267 h -1.90084 v -1.79392 h 1.90084 z m 3.80167,0 h -1.90084 v -1.79392 h 1.90084 z m 3.80167,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403-5" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
|
||||
id="rect283-3-6"
|
||||
width="50.270832"
|
||||
height="50.270832"
|
||||
x="-11.673093"
|
||||
y="28.875563" />
|
||||
<path
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.76377964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M -205.21289 -121.73633 L -205.21289 -43.863281 L -101.07617 -43.863281 L -101.07617 -92.96875 L -106.41406 -92.96875 L -106.41406 -49.099609 L -200.10352 -49.099609 L -200.10352 -116.61523 L -150.51367 -116.61523 L -150.51367 -121.73633 L -205.21289 -121.73633 z "
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="rect283-1-6-2" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
transform="scale(1.0013141,0.99868762)"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.13521481px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2533803"
|
||||
id="text320-7-9">
|
||||
<path
|
||||
d="m 0.74124969,63.1616 v -1.567592 l 3.91897891,-1.74327 q 0.1891921,-0.08108 0.3648705,-0.121623 0.1891921,-0.05405 0.337843,-0.08108 0.1621647,-0.01351 0.3243293,-0.02703 v -0.10811 Q 5.5251068,59.499382 5.3629421,59.458841 5.2142912,59.431813 5.0250991,59.391272 4.8494207,59.337217 4.6602286,59.256135 L 0.74124969,57.512865 V 55.93176 l 6.05414681,2.770312 v 1.689215 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.2533803"
|
||||
id="path933" />
|
||||
<path
|
||||
d="M 8.6279841,64.337294 H 15.11457 v 1.52705 H 8.6279841 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.51372051px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.2533803"
|
||||
id="path935" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 29.912467,41.052427 H 14.705788 c -1.04547,0 -1.90085,0.80727 -1.90085,1.79392 v 16.145364 l 3.801681,-3.58785 h 13.305848 c 1.045472,0 1.900841,-0.80727 1.900841,-1.79395 V 42.846347 c 0,-0.98665 -0.855369,-1.79392 -1.900841,-1.79392 z M 19.457878,49.125101 H 17.55704 v -1.79392 h 1.900838 z m 3.801671,0 h -1.900841 v -1.79392 h 1.900841 z m 3.80167,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403-5-2" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
96
assets/launcher_03.svg
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="34.205845mm"
|
||||
height="28.676588mm"
|
||||
viewBox="0 0 34.205845 28.676588"
|
||||
version="1.1"
|
||||
id="svg1056"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_try3.svg">
|
||||
<defs
|
||||
id="defs1050" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8"
|
||||
inkscape:cx="144.07414"
|
||||
inkscape:cy="8.7765405"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1053">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(246.42033,-42.317569)">
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:0.12540215"
|
||||
id="rect283-1"
|
||||
width="27.552919"
|
||||
height="20.603914"
|
||||
x="-246.42033"
|
||||
y="50.390244" />
|
||||
<g
|
||||
transform="translate(-306.09227,-51.555758)"
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#666666;stroke-width:0.06240399"
|
||||
id="rect283-1-9"
|
||||
width="27.552919"
|
||||
height="5.1022816"
|
||||
x="-246.42033"
|
||||
y="50.390244" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -214.11533,42.317569 h -15.20668 c -1.04547,0 -1.90084,0.807268 -1.90084,1.793923 v 16.14536 l 3.80167,-3.587848 h 13.30585 c 1.04548,0 1.90084,-0.807271 1.90084,-1.793951 V 44.111492 c 0,-0.986655 -0.85536,-1.793923 -1.90084,-1.793923 z m -10.45459,8.072674 h -1.90083 v -1.79392 h 1.90083 z m 3.80168,0 h -1.90085 v -1.79392 h 1.90085 z m 3.80166,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
96
assets/launcher_04.svg
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="34.205845mm"
|
||||
height="28.676588mm"
|
||||
viewBox="0 0 34.205845 28.676588"
|
||||
version="1.1"
|
||||
id="svg1056"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_try4.svg">
|
||||
<defs
|
||||
id="defs1050" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.979899"
|
||||
inkscape:cx="85.970479"
|
||||
inkscape:cy="-3.8212708"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1053">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(246.42033,-42.317569)">
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:0.12540215"
|
||||
id="rect283-1"
|
||||
width="27.552919"
|
||||
height="20.603914"
|
||||
x="-246.42033"
|
||||
y="50.390244" />
|
||||
<g
|
||||
transform="translate(-306.09227,-51.555758)"
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#4d4d4d;stroke-width:0.06240399"
|
||||
id="rect283-1-9"
|
||||
width="27.552919"
|
||||
height="5.1022816"
|
||||
x="-246.42033"
|
||||
y="50.390244" />
|
||||
<path
|
||||
style="fill:#808080;fill-opacity:1;stroke-width:0.92330438"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -214.11533,42.317569 h -15.20668 c -1.04547,0 -1.90084,0.807268 -1.90084,1.793923 v 16.14536 l 3.80167,-3.587848 h 13.30585 c 1.04548,0 1.90084,-0.807271 1.90084,-1.793951 V 44.111492 c 0,-0.986655 -0.85536,-1.793923 -1.90084,-1.793923 z m -10.45459,8.072674 h -1.90083 v -1.79392 h 1.90083 z m 3.80168,0 h -1.90085 v -1.79392 h 1.90085 z m 3.80166,0 h -1.90083 v -1.79392 h 1.90083 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
199
assets/launcher_05.svg
Normal file
|
@ -0,0 +1,199 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_05.svg">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient934">
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.878"
|
||||
offset="0"
|
||||
id="stop930" />
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.00176471"
|
||||
offset="1"
|
||||
id="stop932" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient873">
|
||||
<stop
|
||||
style="stop-color:#4d4d4d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop869" />
|
||||
<stop
|
||||
style="stop-color:#656565;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop871" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient867"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop863"
|
||||
offset="0"
|
||||
style="stop-color:#b4b4b4;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop865"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient843">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop839" />
|
||||
<stop
|
||||
style="stop-color:#303030;stop-opacity:0.753"
|
||||
offset="1"
|
||||
id="stop841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient843"
|
||||
id="linearGradient845"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.224854"
|
||||
y2="122.54991"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient867"
|
||||
id="linearGradient861"
|
||||
x1="75.625366"
|
||||
y1="94.621986"
|
||||
x2="93.499802"
|
||||
y2="108.51261"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8191942,-17.064685)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient873"
|
||||
id="linearGradient875"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.091209"
|
||||
y2="105.0985"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1446579,0,0,1.1380948,-10.267668,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient934"
|
||||
id="linearGradient936"
|
||||
x1="28.01972"
|
||||
y1="36.236019"
|
||||
x2="181.48831"
|
||||
y2="189.70461"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8284271"
|
||||
inkscape:cx="135.00867"
|
||||
inkscape:cy="61.491553"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="fill:#44c2d3;fill-opacity:1;stroke-width:0.26458332"
|
||||
d="M 51.147327,81.515579 H 101.41816 V 131.78641 H 51.147327 Z"
|
||||
id="rect283" />
|
||||
<path
|
||||
style="fill:url(#linearGradient936);fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.428"
|
||||
d="M 171.875 34.5 L 112.06445 58.214844 L 68.855469 78.644531 L 26.251953 154.55859 L 61.742188 190 L 190 190 L 190 52.625 L 171.875 34.5 z "
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="path885" />
|
||||
<rect
|
||||
style="fill:url(#linearGradient845);fill-opacity:1;stroke:none;stroke-width:0.14271954;stroke-opacity:1"
|
||||
id="rect283-1"
|
||||
width="31.357838"
|
||||
height="23.449209"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320"
|
||||
transform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:url(#linearGradient875);fill-opacity:1;stroke-width:0.07122614"
|
||||
id="rect283-1-9"
|
||||
width="31.538668"
|
||||
height="5.8068805"
|
||||
x="58.036278"
|
||||
y="98.959755" />
|
||||
<path
|
||||
style="fill:url(#linearGradient861);fill-opacity:1;stroke-width:1.05080795"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 94.859251,89.772266 H 77.552612 c -1.189845,0 -2.163343,0.91875 -2.163343,2.041659 v 18.374995 l 4.326669,-4.08332 h 15.143313 c 1.189847,0 2.163335,-0.91877 2.163335,-2.0417 V 91.813925 c 0,-1.122909 -0.973488,-2.041659 -2.163335,-2.041659 z M 82.960934,98.959755 H 80.79761 v -2.041651 h 2.163324 z m 4.32667,0 h -2.163345 v -2.041651 h 2.163345 z m 4.326648,0 H 89.45093 v -2.041651 h 2.163322 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.7 KiB |
225
assets/launcher_06.svg
Normal file
|
@ -0,0 +1,225 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_06.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_06.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1002">
|
||||
<stop
|
||||
style="stop-color:#44c2d3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop998" />
|
||||
<stop
|
||||
style="stop-color:#b0e5ec;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1000" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient934">
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.878"
|
||||
offset="0"
|
||||
id="stop930" />
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.00176471"
|
||||
offset="1"
|
||||
id="stop932" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient873">
|
||||
<stop
|
||||
style="stop-color:#4d4d4d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop869" />
|
||||
<stop
|
||||
style="stop-color:#656565;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop871" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient867"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop863"
|
||||
offset="0"
|
||||
style="stop-color:#b4b4b4;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop865"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient843">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop839" />
|
||||
<stop
|
||||
style="stop-color:#434343;stop-opacity:0.88235295"
|
||||
offset="1"
|
||||
id="stop841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient843"
|
||||
id="linearGradient845"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.224854"
|
||||
y2="122.54991"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient867"
|
||||
id="linearGradient861"
|
||||
x1="75.625366"
|
||||
y1="94.621986"
|
||||
x2="93.499802"
|
||||
y2="108.51261"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8191942,-17.064685)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient873"
|
||||
id="linearGradient875"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.091209"
|
||||
y2="105.0985"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1446579,0,0,1.1380948,-10.267668,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient934"
|
||||
id="linearGradient936"
|
||||
x1="28.01972"
|
||||
y1="36.236019"
|
||||
x2="181.48831"
|
||||
y2="189.70461"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1002"
|
||||
id="linearGradient1004"
|
||||
x1="51.147327"
|
||||
y1="81.515579"
|
||||
x2="101.41816"
|
||||
y2="131.78641"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8284271"
|
||||
inkscape:cx="110.93583"
|
||||
inkscape:cy="84.702253"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="fill:url(#linearGradient1004);fill-opacity:1;stroke-width:0.26458332;opacity:1"
|
||||
d="M 51.147327,81.515579 H 101.41816 V 131.78641 H 51.147327 Z"
|
||||
id="rect283" />
|
||||
<path
|
||||
style="opacity:0.278;fill:url(#linearGradient936);fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 171.875,34.5 164.74391,78.367388 68.855469,78.644531 26.251953,154.55859 61.742188,190 H 190 V 52.625 Z"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="path885"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="fill:url(#linearGradient845);fill-opacity:1;stroke:none;stroke-width:0.14271954;stroke-opacity:1"
|
||||
id="rect283-1"
|
||||
width="31.357838"
|
||||
height="23.449209"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320"
|
||||
transform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:url(#linearGradient875);fill-opacity:1;stroke-width:0.07122614"
|
||||
id="rect283-1-9"
|
||||
width="31.538668"
|
||||
height="5.8068805"
|
||||
x="58.036278"
|
||||
y="98.959755" />
|
||||
<path
|
||||
style="fill:url(#linearGradient861);fill-opacity:1;stroke-width:1.05080795"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 94.859251,89.772266 H 77.552612 c -1.189845,0 -2.163343,0.91875 -2.163343,2.041659 v 18.374995 l 4.326669,-4.08332 h 15.143313 c 1.189847,0 2.163335,-0.91877 2.163335,-2.0417 V 91.813925 c 0,-1.122909 -0.973488,-2.041659 -2.163335,-2.041659 z M 82.960934,98.959755 H 80.79761 v -2.041651 h 2.163324 z m 4.32667,0 h -2.163345 v -2.041651 h 2.163345 z m 4.326648,0 H 89.45093 v -2.041651 h 2.163322 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/launcher_06.svg.png
Normal file
After Width: | Height: | Size: 30 KiB |
96
assets/launcher_06_bg.svg
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_06_bg.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_06.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1002">
|
||||
<stop
|
||||
style="stop-color:#44c2d3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop998" />
|
||||
<stop
|
||||
style="stop-color:#b0e5ec;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1000" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1002"
|
||||
id="linearGradient1004"
|
||||
x1="51.147327"
|
||||
y1="81.515579"
|
||||
x2="101.41816"
|
||||
y2="131.78641"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8284271"
|
||||
inkscape:cx="153.00868"
|
||||
inkscape:cy="84.702253"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="fill:url(#linearGradient1004);fill-opacity:1;stroke-width:0.26458332;opacity:1"
|
||||
d="M 51.147327,81.515579 H 101.41816 V 131.78641 H 51.147327 Z"
|
||||
id="rect283" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
200
assets/launcher_06_fg.svg
Normal file
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="launcher_06_fg.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_06.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient934">
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.878"
|
||||
offset="0"
|
||||
id="stop930" />
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.00176471"
|
||||
offset="1"
|
||||
id="stop932" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient873">
|
||||
<stop
|
||||
style="stop-color:#4d4d4d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop869" />
|
||||
<stop
|
||||
style="stop-color:#656565;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop871" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient867"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop863"
|
||||
offset="0"
|
||||
style="stop-color:#b4b4b4;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop865"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient843">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop839" />
|
||||
<stop
|
||||
style="stop-color:#434343;stop-opacity:0.88235295"
|
||||
offset="1"
|
||||
id="stop841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient843"
|
||||
id="linearGradient845"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.224854"
|
||||
y2="122.54991"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient867"
|
||||
id="linearGradient861"
|
||||
x1="75.625366"
|
||||
y1="94.621986"
|
||||
x2="93.499802"
|
||||
y2="108.51261"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8191942,-17.064685)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient873"
|
||||
id="linearGradient875"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.091209"
|
||||
y2="105.0985"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1446579,0,0,1.1380948,-10.267668,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient934"
|
||||
id="linearGradient936"
|
||||
x1="28.01972"
|
||||
y1="36.236019"
|
||||
x2="181.48831"
|
||||
y2="189.70461"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8284271"
|
||||
inkscape:cx="110.93583"
|
||||
inkscape:cy="84.702253"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="opacity:0.278;fill:url(#linearGradient936);fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 171.875,34.5 169.3401,86.499116 68.855469,78.644531 26.251953,154.55859 61.742188,190 H 190 V 52.625 Z"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="path885"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="fill:url(#linearGradient845);fill-opacity:1;stroke:none;stroke-width:0.14271954;stroke-opacity:1"
|
||||
id="rect283-1"
|
||||
width="31.357838"
|
||||
height="23.449209"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320"
|
||||
transform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:url(#linearGradient875);fill-opacity:1;stroke-width:0.07122614"
|
||||
id="rect283-1-9"
|
||||
width="31.538668"
|
||||
height="5.8068805"
|
||||
x="58.036278"
|
||||
y="98.959755" />
|
||||
<path
|
||||
style="fill:url(#linearGradient861);fill-opacity:1;stroke-width:1.05080795"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 94.859251,89.772266 H 77.552612 c -1.189845,0 -2.163343,0.91875 -2.163343,2.041659 v 18.374995 l 4.326669,-4.08332 h 15.143313 c 1.189847,0 2.163335,-0.91877 2.163335,-2.0417 V 91.813925 c 0,-1.122909 -0.973488,-2.041659 -2.163335,-2.041659 z M 82.960934,98.959755 H 80.79761 v -2.041651 h 2.163324 z m 4.32667,0 h -2.163345 v -2.041651 h 2.163345 z m 4.326648,0 H 89.45093 v -2.041651 h 2.163322 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.7 KiB |
226
assets/launcher_07.svg
Normal file
|
@ -0,0 +1,226 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
|
||||
sodipodi:docname="launcher_07.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_07.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1002">
|
||||
<stop
|
||||
style="stop-color:#44c2d3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop998" />
|
||||
<stop
|
||||
style="stop-color:#b0e5ec;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1000" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient934">
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.878"
|
||||
offset="0"
|
||||
id="stop930" />
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.00176471"
|
||||
offset="1"
|
||||
id="stop932" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient873">
|
||||
<stop
|
||||
style="stop-color:#4d4d4d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop869" />
|
||||
<stop
|
||||
style="stop-color:#656565;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop871" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient867"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop863"
|
||||
offset="0"
|
||||
style="stop-color:#b4b4b4;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop865"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient843">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop839" />
|
||||
<stop
|
||||
style="stop-color:#434343;stop-opacity:0.88235295"
|
||||
offset="1"
|
||||
id="stop841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient843"
|
||||
id="linearGradient845"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.224854"
|
||||
y2="122.54991"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient867"
|
||||
id="linearGradient861"
|
||||
x1="75.625366"
|
||||
y1="94.621986"
|
||||
x2="93.499802"
|
||||
y2="108.51261"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8191942,-17.064685)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient873"
|
||||
id="linearGradient875"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.091209"
|
||||
y2="105.0985"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1446579,0,0,1.1380948,-10.21086,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient934"
|
||||
id="linearGradient936"
|
||||
x1="28.01972"
|
||||
y1="36.236019"
|
||||
x2="181.48831"
|
||||
y2="189.70461"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1002"
|
||||
id="linearGradient1004"
|
||||
x1="51.147327"
|
||||
y1="81.515579"
|
||||
x2="101.41816"
|
||||
y2="131.78641"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.2595241"
|
||||
inkscape:cx="80.642812"
|
||||
inkscape:cy="104.00223"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:pagecheckerboard="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="fill:url(#linearGradient1004);fill-opacity:1;stroke-width:0.26458332;opacity:1"
|
||||
d="M 51.147327,81.515579 H 101.41816 V 131.78641 H 51.147327 Z"
|
||||
id="rect283" />
|
||||
<path
|
||||
style="opacity:0.278;fill:url(#linearGradient936);fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 171.875,34.5 164.74391,78.367388 68.855469,78.644531 26.251953,154.55859 61.742188,190 H 190 V 52.625 Z"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="path885"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="fill:url(#linearGradient845);fill-opacity:1;stroke:none;stroke-width:0.14271954;stroke-opacity:1"
|
||||
id="rect283-1"
|
||||
width="31.357838"
|
||||
height="23.449209"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320"
|
||||
transform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:url(#linearGradient875);fill-opacity:1;stroke-width:0.0712261"
|
||||
id="rect283-1-9"
|
||||
width="31.538668"
|
||||
height="5.8068805"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<path
|
||||
style="fill:url(#linearGradient861);fill-opacity:1;stroke-width:1.05080795"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 94.859251,89.772266 H 77.552612 c -1.189845,0 -2.163343,0.91875 -2.163343,2.041659 v 18.374995 l 4.326669,-4.08332 h 15.143313 c 1.189847,0 2.163335,-0.91877 2.163335,-2.0417 V 91.813925 c 0,-1.122909 -0.973488,-2.041659 -2.163335,-2.041659 z M 82.960934,98.959755 H 80.79761 v -2.041651 h 2.163324 z m 4.32667,0 h -2.163345 v -2.041651 h 2.163345 z m 4.326648,0 H 89.45093 v -2.041651 h 2.163322 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/launcher_07.svg.png
Normal file
After Width: | Height: | Size: 30 KiB |
96
assets/launcher_07_bg.svg
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
|
||||
sodipodi:docname="launcher_07_bg.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_07_bg.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1002">
|
||||
<stop
|
||||
style="stop-color:#44c2d3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop998" />
|
||||
<stop
|
||||
style="stop-color:#b0e5ec;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1000" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1002"
|
||||
id="linearGradient1004"
|
||||
x1="51.147327"
|
||||
y1="81.515579"
|
||||
x2="101.41816"
|
||||
y2="131.78641"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.7148777"
|
||||
inkscape:cx="167.0673"
|
||||
inkscape:cy="120.70831"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:pagecheckerboard="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="fill:url(#linearGradient1004);fill-opacity:1;stroke-width:0.26458332;opacity:1"
|
||||
d="M 51.147327,81.515579 H 101.41816 V 131.78641 H 51.147327 Z"
|
||||
id="rect283" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/launcher_07_bg.svg.png
Normal file
After Width: | Height: | Size: 16 KiB |
200
assets/launcher_07_fg.svg
Normal file
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="50.270832mm"
|
||||
height="50.270832mm"
|
||||
viewBox="0 0 50.270832 50.270832"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
|
||||
sodipodi:docname="launcher_07_fg.svg"
|
||||
inkscape:export-filename="/home/pheckel/Code/ntfy-android/assets/launcher_07_fg.svg.png"
|
||||
inkscape:export-xdpi="258.69"
|
||||
inkscape:export-ydpi="258.69"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient934">
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.878"
|
||||
offset="0"
|
||||
id="stop930" />
|
||||
<stop
|
||||
style="stop-color:#0b0b0b;stop-opacity:0.00176471"
|
||||
offset="1"
|
||||
id="stop932" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient873">
|
||||
<stop
|
||||
style="stop-color:#4d4d4d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop869" />
|
||||
<stop
|
||||
style="stop-color:#656565;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop871" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient867"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop863"
|
||||
offset="0"
|
||||
style="stop-color:#b4b4b4;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop865"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient843">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop839" />
|
||||
<stop
|
||||
style="stop-color:#434343;stop-opacity:0.88235295"
|
||||
offset="1"
|
||||
id="stop841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient843"
|
||||
id="linearGradient845"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.224854"
|
||||
y2="122.54991"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient867"
|
||||
id="linearGradient861"
|
||||
x1="75.625366"
|
||||
y1="94.621986"
|
||||
x2="93.499802"
|
||||
y2="108.51261"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1380948,0,0,1.1380948,-9.8191942,-17.064685)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient873"
|
||||
id="linearGradient875"
|
||||
x1="59.671928"
|
||||
y1="101.946"
|
||||
x2="87.091209"
|
||||
y2="105.0985"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1446579,0,0,1.1380948,-10.21086,-17.064462)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient934"
|
||||
id="linearGradient936"
|
||||
x1="28.01972"
|
||||
y1="36.236019"
|
||||
x2="181.48831"
|
||||
y2="189.70461"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.2595241"
|
||||
inkscape:cx="80.642812"
|
||||
inkscape:cy="104.00223"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:window-width="1863"
|
||||
inkscape:window-height="1025"
|
||||
inkscape:window-x="57"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:pagecheckerboard="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-51.147327,-81.515579)">
|
||||
<path
|
||||
style="opacity:0.278;fill:url(#linearGradient936);fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 171.875,34.5 164.74391,78.367388 68.855469,78.644531 26.251953,154.55859 61.742188,190 H 190 V 52.625 Z"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,51.147327,81.515579)"
|
||||
id="path885"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="fill:url(#linearGradient845);fill-opacity:1;stroke:none;stroke-width:0.14271954;stroke-opacity:1"
|
||||
id="rect283-1"
|
||||
width="31.357838"
|
||||
height="23.449209"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<g
|
||||
aria-label=">_"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.48274136px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21206853"
|
||||
id="text320"
|
||||
transform="matrix(1.1380948,0,0,1.1380948,-9.8192268,-17.064462)">
|
||||
<path
|
||||
d="m 62.57046,116.77004 v -1.31201 l 3.280018,-1.45904 q 0.158346,-0.0679 0.305381,-0.1018 0.158346,-0.0452 0.282761,-0.0679 0.135725,-0.0113 0.271449,-0.0226 v -0.0905 q -0.135724,-0.0113 -0.271449,-0.0452 -0.124415,-0.0226 -0.282761,-0.0566 -0.147035,-0.0452 -0.305381,-0.1131 l -3.280018,-1.45904 v -1.32332 l 5.067063,2.31863 v 1.4138 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1011"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 69.17132,117.75404 h 5.428996 v 1.27808 H 69.17132 Z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11.31040859px;font-family:'JetBrains Mono';-inkscape-font-specification:'JetBrains Mono, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke-width:0.21206853"
|
||||
id="path1013"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:url(#linearGradient875);fill-opacity:1;stroke-width:0.0712261"
|
||||
id="rect283-1-9"
|
||||
width="31.538668"
|
||||
height="5.8068805"
|
||||
x="58.093086"
|
||||
y="98.959755" />
|
||||
<path
|
||||
style="fill:url(#linearGradient861);fill-opacity:1;stroke-width:1.05080795"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 94.859251,89.772266 H 77.552612 c -1.189845,0 -2.163343,0.91875 -2.163343,2.041659 v 18.374995 l 4.326669,-4.08332 h 15.143313 c 1.189847,0 2.163335,-0.91877 2.163335,-2.0417 V 91.813925 c 0,-1.122909 -0.973488,-2.041659 -2.163335,-2.041659 z M 82.960934,98.959755 H 80.79761 v -2.041651 h 2.163324 z m 4.32667,0 h -2.163345 v -2.041651 h 2.163345 z m 4.326648,0 H 89.45093 v -2.041651 h 2.163322 z"
|
||||
id="path403" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.7 KiB |
BIN
assets/launcher_07_fg.svg.png
Normal file
After Width: | Height: | Size: 20 KiB |