cleaning up UI

This commit is contained in:
2025-04-15 12:36:18 -04:00
parent 89cda0d210
commit 2e4d02b503
11 changed files with 495 additions and 94 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<!-- Background circle -->
<path
android:fillColor="#4285F4"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10s10,-4.48 10,-10S17.52,2 12,2z"/>
<!-- Cloud with upload arrow -->
<path
android:fillColor="#FFFFFF"
android:pathData="M16.5,10h-1.5v-1.5c0,-1.66 -1.34,-3 -3,-3s-3,1.34 -3,3v1.5h-1.5c-0.83,0 -1.5,0.67 -1.5,1.5v5c0,0.83 0.67,1.5 1.5,1.5h9c0.83,0 1.5,-0.67 1.5,-1.5v-5c0,-0.83 -0.67,-1.5 -1.5,-1.5zM12,17c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1s-0.45,1 -1,1zM14,11h-4v-2.5c0,-1.1 0.9,-2 2,-2s2,0.9 2,2v2.5z"/>
<!-- Upload arrow -->
<path
android:fillColor="#FFFFFF"
android:pathData="M12,14L12,14c-0.3,0 -0.5,-0.2 -0.5,-0.5v-3c0,-0.3 0.2,-0.5 0.5,-0.5l0,0c0.3,0 0.5,0.2 0.5,0.5v3c0,0.3 -0.2,0.5 -0.5,0.5z"/>
<path
android:fillColor="#FFFFFF"
android:pathData="M13.5,12.5l-1.5,-1.5l-1.5,1.5"/>
</vector>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<!-- Simple upload icon (outline only for notification icons) -->
<path
android:fillColor="#FFFFFF"
android:pathData="M9,16h6v-6h4l-7,-7l-7,7h4V16zM5,18h14v2H5V18z"/>
</vector>

View File

@@ -1,25 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="100dp"
android:height="100dp"
android:viewportWidth="100"
android:viewportHeight="100">
<path
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0"
android:strokeWidth="5"
android:fillColor="#f0f0f0"
android:strokeColor="#bbb"/>
<path
android:pathData="M30,30h40v50h-40z"
android:strokeWidth="2"
android:fillColor="#ffffff"
android:strokeColor="#333"/>
<path
android:pathData="M30,30l15,0l0,15l-15,0z"
android:fillColor="#bbb"/>
<path
android:pathData="M50,40l-10,10l5,0l0,10l10,0l0,-10l5,0z"
android:fillColor="#4a90e2"/>
<path
android:pathData="M45,60h10v15h-10z"
android:fillColor="#4a90e2"/>
<!-- Background circle -->
<path
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0"
android:fillColor="#4285F4"/>
<!-- File with upload arrow -->
<path
android:pathData="M32,30L54,30L68,44L68,70L32,70Z"
android:fillColor="#FFFFFF"/>
<!-- Folded corner -->
<path
android:pathData="M54,30L54,44L68,44Z"
android:fillColor="#E1E1E1"/>
<!-- Upload arrow -->
<path
android:pathData="M50,50m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0"
android:fillColor="#34A853"/>
<path
android:pathData="M50,44L50,56"
android:strokeWidth="3"
android:strokeColor="#FFFFFF"/>
<path
android:pathData="M45,49L50,44L55,49"
android:strokeWidth="3"
android:strokeColor="#FFFFFF"/>
</vector>