New Layout
Tidy up of everything. No more duplicate icons. More logical layout.
This commit is contained in:
21
images/android-vector-drawable/line.xml
Normal file
21
images/android-vector-drawable/line.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#3ace01"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M456 230c-2 48-23 81-55 110-56 50-146 112-158 102-12-15
|
||||
23-50-21-55-94-13-166-79-166-157 0-88 91-160 201-160s202 72 199 160z" />
|
||||
<path
|
||||
android:strokeColor="#3ace01"
|
||||
android:strokeWidth="22"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M379 231h-36m36-38h-39v76h39m-132 0v-76l58 76v-76m-95 76v-76m-70 0v76h39" />
|
||||
</vector>
|
Reference in New Issue
Block a user